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

added top level watch function #45

Merged
merged 4 commits into from
Feb 12, 2016
Merged

added top level watch function #45

merged 4 commits into from
Feb 12, 2016

Conversation

jakemac53
Copy link
Contributor

First part of #6. For now this just does full rebuilds, not incremental ones.

@jakemac53
Copy link
Contributor Author

Test is flaky on the bots right now, I will work on fixing that.

Stack Trace:
${result.stackTrace}''');
}
print(result);

Choose a reason for hiding this comment

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

Consider stdout for success & stderr for failures


// Handle the first SIGINT, and shut down gracefully. Second one causes a
// full shutdown.
terminateEventStream ??= ProcessSignal.SIGINT.watch();

Choose a reason for hiding this comment

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

Move terminateEventStream logic to a helper

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good call

@jakemac53
Copy link
Contributor Author

Ok updated, still working on fixing the test though

@kegluneq
Copy link

LGTM when LGT Travis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants