-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Clap 3 #2863
Clap 3 #2863
Conversation
@sylvestre I just realized that |
yeah, clap is probably a good reason |
/me is staring at the CI result :) |
That was interesting, the unit tests in Now we can stare at the results again :) |
Well, a few GNU tests are broken with this one. I'll look into those later:
|
I have filed an issue with clap for 3 leading hyphens in options (clap-rs/clap#3309), but I also found a workaround, which I will push. |
Only this GNU test is failing (ignoring
Locally, it didn't seem to work either, until I did |
@sylvestre do you think we can merge this regardless of the failing GNU test? If not, then I need some help figuring out what's going wrong :) |
@tertsdiepraam yeah, no big deal :) |
This is going to fail a lot of tests, but I tried to port everything to
clap
3 all at once. I did this very naively with a lot of search & replace, so with the help of the CI, I try to fix the utils before marking this as ready.