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

Add -D fail-fast #11609

Merged
merged 5 commits into from
Mar 21, 2024
Merged

Add -D fail-fast #11609

merged 5 commits into from
Mar 21, 2024

Conversation

kLabz
Copy link
Contributor

@kLabz kLabz commented Mar 12, 2024

Often when dealing with a wall of errors, only the first one really makes sense.

Compiling with -D fail-fast, compilation will abort on first error (including its "sub errors") to skip the noise.

@Simn
Copy link
Member

Simn commented Mar 18, 2024

I really like this, I'd even make it the default and see if somebody complains, but for now this is good enough.

Should the define be added to the list of defines that doesn't change context signature?

@kLabz
Copy link
Contributor Author

kLabz commented Mar 18, 2024

Should the define be added to the list of defines that doesn't change context signature?

Good point!

@skial skial mentioned this pull request Mar 18, 2024
1 task
@Simn Simn merged commit 1423a5f into development Mar 21, 2024
98 checks passed
@kLabz kLabz deleted the fail_fast branch May 28, 2024 09:33
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.

2 participants