-
-
Notifications
You must be signed in to change notification settings - Fork 539
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
Release v13.0.0-alpha.3 broken #1145
Comments
Cc @qtfkwk seems to be more clap related issues. |
Confirmed behavior via: ~/github.com/qtfkwk/tokei$ git log -n 1 --pretty=format:"%h" --no-show-signature
612981e
~/github.com/qtfkwk/tokei$ cargo build
~/github.com/qtfkwk/tokei$ ./target/debug/tokei -e nixpkgs
thread 'main' panicked at src/cli.rs:327:50:
Mismatch between definition and access of `exclude`. Could not downcast to &str, need to downcast to alloc::string::String |
PR: #1146 |
Sorry about that @Sigmanificient! Thanks for your issue. Should be resolved following the PR and subsequent alpha release. Please confirm from your view. |
Co-authored-by: qtfkwk <[email protected]>
When I was using version 13.0.0-alpha.4, this error still occurred.
|
@rich-purnell, I was able to confirm via:
|
@qtfkwk In version 13.0.0-alpha.5, the above phenomenon has disappeared. Congratulations. |
The text was updated successfully, but these errors were encountered: