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

Format work requests according to ndjson spec #14219

Closed
wants to merge 2 commits into from

Conversation

wolfd
Copy link
Contributor

@wolfd wolfd commented Nov 2, 2021

JSON persistent workers now delimit requests with newlines (\n on Unix, \r\n on Windows).

Fixes #14218.

@google-cla google-cla bot added the cla: yes label Nov 2, 2021
@keith
Copy link
Member

keith commented Nov 2, 2021

awesome thanks for doing this!

@larsrc-google
Copy link
Contributor

Nice! Could you fix the tests, too?

@wolfd
Copy link
Contributor Author

wolfd commented Nov 3, 2021

Alright, tests have been updated!

@wolfd
Copy link
Contributor Author

wolfd commented Nov 9, 2021

@larsrc-google have you had a chance to take a look at this?

@larsrc-google
Copy link
Contributor

Sorry about the delay, I need to update my mail filters. This looks fine.

@bazel-io bazel-io closed this in 227e49e Nov 22, 2021
wolfd added a commit to wolfd/bazel that referenced this pull request Nov 23, 2021
JSON persistent workers now delimit requests with newlines (`\n` on Unix, `\r\n` on Windows).

Fixes bazelbuild#14218.

Closes bazelbuild#14219.

PiperOrigin-RevId: 411596359
meteorcloudy pushed a commit that referenced this pull request Nov 24, 2021
JSON persistent workers now delimit requests with newlines (`\n` on Unix, `\r\n` on Windows).

Fixes #14218.

Closes #14219.

PiperOrigin-RevId: 411596359
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSON workers should delimit work requests with newlines
3 participants