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

Set --errors-as-warnings by default #430

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

Nadrieril
Copy link
Member

@Nadrieril Nadrieril commented Oct 18, 2024

This way charon passes on a lot more crates right away. We now have --error-on-warnings as a new flag that restores the old behavior.

This should drastically change the behavior on the rustc test suite (#145).

Fixes #416.

@Nadrieril Nadrieril force-pushed the errors-as-warnings-by-default branch from 250f33b to 32d5241 Compare October 18, 2024 14:39
@Nadrieril Nadrieril force-pushed the errors-as-warnings-by-default branch from 32d5241 to c3d8058 Compare October 18, 2024 14:44
@Nadrieril
Copy link
Member Author

cc @EschericHya @sonmarcho @msprotz this changes the default behavior of charon to not fail when there are errors.

@Nadrieril Nadrieril merged commit 751e810 into AeneasVerif:main Oct 18, 2024
5 of 6 checks passed
@Nadrieril Nadrieril deleted the errors-as-warnings-by-default branch October 18, 2024 15:06
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.

make errors-as-warnings the default
1 participant