Hacker News new | ask | show | jobs
by sgeisenh 1308 days ago
For folks using bazel, there is also [bazel-watcher][1]. Also worth checking out [watchman][2] for this style of workflow in general.

[1]: https://github.com/bazelbuild/bazel-watcher [2]: https://facebook.github.io/watchman/

1 comments

Bazel is awesome, it just runs way too many tests to be fast enough
It sounds like your bazel packages might be too large then.

Bazel (and bazel watcher) really shines when you have lots of small packages.

--test_filter?
That's sending a human to do a robot's job.