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

expectedName can be different if cargo name contains - while RA returns _ #1271

Open
GopherJ opened this issue Oct 27, 2024 · 2 comments
Open
Assignees

Comments

@GopherJ
Copy link
Contributor

GopherJ commented Oct 27, 2024

saying that the crate name is ab-c, expectedName can be ab-c but RA will return ab_c

if (expectedName !== undefined && cargoMessage['target']['name'] !== expectedName) {

@GopherJ
Copy link
Contributor Author

GopherJ commented Oct 27, 2024

btw this happens in test item

@fannheyward
Copy link
Owner

but RA will return ab_c

Looks like it's RA's issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants