Skip to content
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

Bug with parsing crate name from Cargo.toml (need to s/-/_/) #15

Closed
thedodd opened this issue Aug 27, 2020 · 3 comments · Fixed by #17
Closed

Bug with parsing crate name from Cargo.toml (need to s/-/_/) #15

thedodd opened this issue Aug 27, 2020 · 3 comments · Fixed by #17
Assignees
Labels
bug Something isn't working

Comments

@thedodd
Copy link
Member

thedodd commented Aug 27, 2020

There may be some other corner cases here. Review the Cargo docs, and make sure we process the crate names the same way that Cargo does. Unless anyone else has a better option.

Also, thanks @MartinKavik for the report.

@MartinKavik
Copy link
Contributor

image

@thedodd
Copy link
Member Author

thedodd commented Aug 30, 2020

Hmm if you are still seeing this on 0.3, then it is apparently a regression ... though I am definitely processing the crate names properly. Will review again soon.

@thedodd thedodd reopened this Aug 30, 2020
@thedodd
Copy link
Member Author

thedodd commented Aug 30, 2020

Ugh already found the issue. Definitely a regression. I'll pin this down with some tests to ensure we don't get a regression in this again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants