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

Deprecate -bs-super-errors flag for backward compat #6243

Merged
merged 2 commits into from
May 4, 2023

Conversation

mununki
Copy link
Member

@mununki mununki commented May 4, 2023

Fixes #6242
Related #6199

This PR revives the compiler's -bs-super-errors flag and deprecates it. Actually, it can be called a deprecation of the flag because super_errors is removed but merged into normal errors. This allows you to avoid build errors if your dependent packages still use that flag.

@mununki mununki changed the title deprecate -bs-super-errors flag for backward compat Deprecate -bs-super-errors flag for backward compat May 4, 2023
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.

Build error if the missing -bs-super-error flag is in a dependent package
2 participants