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

Only include cargo-auditable installation commands when it's needed. #1588

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

duckinator
Copy link
Contributor

Follow up for #1528, which uses Option::then_some to avoid including cargo-auditable installation commands when they won't be used.

Closes #1569.

@duckinator duckinator marked this pull request as ready for review December 2, 2024 20:19
@duckinator duckinator force-pushed the cargo-auditable-then-some branch from 9e7a9db to 5fbd507 Compare December 2, 2024 20:31
@duckinator duckinator force-pushed the cargo-auditable-then-some branch from 5fbd507 to a90bec7 Compare December 2, 2024 20:57
Copy link
Contributor

@mistydemeo mistydemeo left a comment

Choose a reason for hiding this comment

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

Confirmed no diff from the axolotlsay_basic test, which looks right.

@mistydemeo
Copy link
Contributor

Also looks like this doesn't trip up the undefined behaviour check we added recently.

@duckinator duckinator merged commit ed42b8c into main Dec 3, 2024
18 checks passed
@duckinator duckinator deleted the cargo-auditable-then-some branch December 3, 2024 15:49
@duckinator duckinator added this to the 0.26.0 milestone Dec 5, 2024
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

Successfully merging this pull request may close these issues.

Update cargo-auditable integration to use .then_some()
2 participants