-
Notifications
You must be signed in to change notification settings - Fork 147
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
Investigate using json for worker #516
Comments
@keith, do you have ideas about how stable the JSON support gonna be? It would be nice to know or have some insight about whether it will be removed from Bazel itself. I would like to switch from PB to JSON in Detekt rules but not sure if it’s a good idea to require setting a Bazel execution flag ( |
It was just added so I'm optimistic it will stick around |
@keith, did some digging in buildfoundation/bazel_rules_detekt#107. |
Thanks for the link |
This was complicated by the difficulty in reading from stdin since it's populated asynchronously from a file while the worker is running. Fixes #516
This was complicated by the difficulty in reading from stdin since it's populated asynchronously from a file while the worker is running. Fixes #516
This was complicated by the difficulty in reading from stdin since it's populated asynchronously from a file while the worker is running. Fixes #516
This was complicated by the difficulty in reading from stdin since it's populated asynchronously from a file while the worker is running. Fixes #516
This was complicated by the difficulty in reading from stdin since it's populated asynchronously from a file while the worker is running. Fixes #516
This was complicated by the difficulty in reading from stdin since it's populated asynchronously from a file while the worker is running. Fixes #516
This was complicated by the difficulty in reading from stdin since it's populated asynchronously from a file while the worker is running. Fixes #516
This was complicated by the difficulty in reading from stdin since it's populated asynchronously from a file while the worker is running. Fixes #516
This was complicated by the difficulty in reading from stdin since it's populated asynchronously from a file while the worker is running. Fixes #516
This was complicated by the difficulty in reading from stdin since it's populated asynchronously from a file while the worker is running. Fixes #516
This is supported now and would reduce our usage of proto which can take a while to build on its own. We already have a json parsing library in the worker for output file map manipulation
bazelbuild/bazel#7998 (comment)
The text was updated successfully, but these errors were encountered: