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

Record errors synchronously, fix up the --fail-on-severe logic a bit #935

Merged
merged 5 commits into from
Jan 31, 2018

Conversation

jakemac53
Copy link
Contributor

@jakemac53 jakemac53 commented Jan 30, 2018

Resolves 2 of the 3 remaining parts of #910, and lays some groundwork for the last part.

Also updated the changelog to contain a bunch of missing entries from the past week.

@googlebot googlebot added the cla: yes Google is happy with the PR contributors label Jan 30, 2018
@@ -154,11 +147,22 @@ class BuildImpl {

Future<BuildResult> run(Map<AssetId, ChangeType> updates) async {
var watch = new Stopwatch()..start();
_severLogHandled = false;
Copy link
Member

Choose a reason for hiding this comment

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

typo in severe


import 'package:logging/logging.dart';

class ErrorRecordingLogger implements Logger {
Copy link
Member

Choose a reason for hiding this comment

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

doc comment?

@jakemac53 jakemac53 merged commit 9b56bdf into master Jan 31, 2018
@jakemac53 jakemac53 deleted the record-errors-synchronously branch January 31, 2018 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google is happy with the PR contributors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants