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

CP-2148 Add --watch flag to analyze, formatter, test #38

Closed
evanweible-wf opened this issue Aug 19, 2015 · 3 comments
Closed

CP-2148 Add --watch flag to analyze, formatter, test #38

evanweible-wf opened this issue Aug 19, 2015 · 3 comments

Comments

@evanweible-wf
Copy link
Contributor

Investigate the possibility of adding watchers to tasks that devs might want to run continually (analyze, format, tests).

@evanweible-wf evanweible-wf modified the milestone: 1.1.0 Aug 19, 2015
@evanweible-wf evanweible-wf modified the milestone: 1.1.0 Sep 2, 2015
@greglittlefield-wf
Copy link
Contributor

I noticed that Pub servers emit a Build completed successfully log when files are changed.

If we wanted to implement a quick-and-dirty watcher for projects that have pubServe set to true, we could potentially use that log as indicator to rerun the tests.

Just an observation/idea.

@johnbland-wf
Copy link
Contributor

In the SOX JS watcher, I found a few messages useful for determining a test run being complete: https://github.com/Workiva/w-js-sox/blob/master/tool/watch.dart#L22-L26.

@charliekump-wf charliekump-wf changed the title Add --watch flag to analyze, formatter, test CP-2148 Add --watch flag to analyze, formatter, test Jul 28, 2016
@evanweible-wf
Copy link
Contributor Author

Moving to a separate issue: #319

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

No branches or pull requests

3 participants