We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dart2js has this new flag:
--fatal-warnings
which will cause compilation to abort if there are any warnings.
pub build doesn't check the process exit code so it never realizes that dart2js failed.
If this worked, we could ensure that a bug in Observatory code triggers a build failure, catching our mistake earlier.
The text was updated successfully, but these errors were encountered:
Set owner to @nex3. Added Area-Pub, Accepted labels.
Sorry, something went wrong.
This issue has been moved to dart-lang/pub#18.
nex3
No branches or pull requests
dart2js has this new flag:
--fatal-warnings
which will cause compilation to abort if there are any warnings.
pub build doesn't check the process exit code so it never realizes that dart2js failed.
If this worked, we could ensure that a bug in Observatory code triggers a build failure, catching our mistake earlier.
The text was updated successfully, but these errors were encountered: