M4SS-Code/cargo-goggles

False positive on utf8parse 0.2.1

Closed this issue · 3 comments

Your tag heuristics doesn't work for the crate utf8parse. It is part of a larger workspace. The correct tag to use is utf8parse_v0.2.1 not v0.2.1 (which refers to the containing project vte I believe). This is part of https://github.com/alacritty/vte

rand_core is another one that would fail in this way, except that they forgot to tag version 0.6.4 of rand_core outright.

rand_core is another one that would fail in this way, except that they forgot to tag version 0.6.4 of rand_core outright.

I think in this case we can open an issue. I've already opened a few of them like rust-analyzer/smol_str#73

rand_core is another one that would fail in this way, except that they forgot to tag version 0.6.4 of rand_core outright.

I think in this case we can open an issue. I've already opened a few of them like rust-analyzer/smol_str#73

I already did: rust-random/rand#1423

But even if fixed, I believe cargo-goggles would still go for the wrong tag (having the exact same issue as utf8parse in that there is both a plain 0.6.3 tag and a rand_core-0.6.3 tag, would have the exact same issue for 0.6.4 except they forgot to tag it).