bazel-contrib / bazel-contrib/multitool
Bug: Tag with / cannot be handled correctly
Open
- Dominant language
- Rust
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
As an example, `https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.6.0/kustomize_v5.6.0_darwin_amd64.tar.gz` is the type of URL not expected by this tool. The tag is `kustomize/v5.6.0` so it needs to be URL encoded. Besides that, extracting version from `kustomize/v5.6.0` [here](https://github.com/theoremlp/multitool/blob/b3e9659d226451f3614930730b983b65438defcc/src/main.rs#L126) does not work.
Contributor guide
Assessment
This issue has not been assessed yet.