Skip to content

Fixed error message if no artifact found #2034

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

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

YohDeadfall
Copy link
Contributor

No description provided.

Comment on lines 423 to 425
// cargo sometimes decides to change whether targets are kebab-case or snake_case in metadata,
// so normalize away the difference
let target_name = manifest.target_name()?.replace('-', "_");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reason for removing line 425 but not also updating the comment? Now I don't know what the intent is supposed to be.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed it as it's useless now according to the selected logic.

@eeeebbbbrrrr
Copy link
Contributor

Going to hold this until after v0.14.0 is released.

@eeeebbbbrrrr eeeebbbbrrrr added the Hold for future release Hold for a future release label Apr 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hold for future release Hold for a future release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants