-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider yanking Clap 2.9.2 #2076
Comments
Sure. It's hard to tell for sure which versions are affected because not every version has a tag I could checkout, so I just located the earliest bug-free version - which is I didn't spend any time on checking older versions because they're quite ancient and I doubt anyone will ever notice. Anyway, whoever cares is free to contact us and we'll yank them as well. |
This has been there since v1.4.0. Do we want to yank all of them? I am not sure why we are giving importance to yanking. What if people prefer an older version of rust? Also, the usage of clap by versions (atleast from public crates) is here |
I don't mind, go ahead if you want to.
Just as expected: the ~90% peak at the latest minor version and the loong low tail of older deps. I'd say we don't care. A curious phenomena: local peaks on "terminator versions" (i.e |
Reopening this because as per how the process goes with similar advisories, the versions have to be yanked |
So, should I yank from 1.4.0 onwards? |
Yanked, God bless dumb python scripts. Why doesn't cargo have the "yank everything from X.X.X to Y.Y.Y" functionality? |
Hi!
Clap 2.9.2 (and maybe some other versions, I haven't done an investigation) triggers future compatablity warning in this code:
clap/src/macros.rs
Line 506 in 9605ea8
This is an erroneous definition of a macro, because
$ident
fragment lacks:ident
specifier. This has been a deny-by-default lint for some time, and we'd want to hard error it eventually (and most likely rather soon). So, given that this crate might stop to compile eventually, it seems prudent to yank it, to give reverse-dependeices a heads up!cc rust-lang/rust#75516
cc dzamlo/treeify#2
The text was updated successfully, but these errors were encountered: