-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix use of deprecated function in kairos-cli #37
Comments
Not reproducible locally, neither in CI/CD. |
@koxu1996 It will when using future clap versions. This PR's pipeline will not pass without these changes: #34 (comment) And I decided to submit this commit through a separate PR |
Future clap version (4.5.3) was already used on |
Ok I will investigate it and prove |
Semantic versions don't provide confidence whether sources might have changed. So you could have different sources for a package with the same semantic version. Here is the code that causes these warnings: https://github.com/clap-rs/clap/blob/4e07b438584bb8a19e37599d4c5b11797bec5579/clap_derive/src/item.rs#L317 |
@marijanp Deprecation was introduced in February 2022 and seems to be released in older versions of clap as well. I guess you just executed some extra commands/checks, and if so, we should have them included in CI/CD. |
I can create a CI run which removes the changes in the PR and prove that the audit fails. I can't find the core reason that triggers this depreciation warning. |
The text was updated successfully, but these errors were encountered: