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

chore: remove compiler flag for delta #674

Merged
merged 1 commit into from
Jan 16, 2025
Merged

chore: remove compiler flag for delta #674

merged 1 commit into from
Jan 16, 2025

Conversation

sjaanus
Copy link
Collaborator

@sjaanus sjaanus commented Jan 16, 2025

Remove delta compiler flag, so we do not need to compile it manually. Feature flag is enough.

Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

Comment on lines +225 to 226
#[clap(long, env, default_value_t = false, conflicts_with = "delta")]
pub delta_diff: bool,
Copy link
Member

Choose a reason for hiding this comment

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

so you can't have both delta_diff and delta, might be worth it to consider looking at arg_groups, but for now, this will work fine. 👍

Copy link
Member

Choose a reason for hiding this comment

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

delta_diff probably needs to come out before release anyway, that's only useful for debug

@sjaanus sjaanus merged commit e312e85 into main Jan 16, 2025
19 checks passed
@sjaanus sjaanus deleted the remove-compiler-flag branch January 16, 2025 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants