Uh oh!
There was an error while loading. Please reload this page.
Make json test output formatter represent "test_count" as num - #53867
Conversation
rust-highfive
commented
Aug 31, 2018
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @sfackler (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
sfackler
commented
Aug 31, 2018
What downstream code consumes this format? Is this a backwards compatibility concern? |
cwndrws
commented
Aug 31, 2018
@sfackler I'm working on a tool that consumes this. It's not backwards compatibility concern. It just seems wrong. |
rust-highfive
commented
Aug 31, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
zackmdavis
commented
Sep 2, 2018
This JSON output format for tests (note, this is different from |
sfackler
commented
Sep 2, 2018
r? @rust-lang/dev-tools |
nrc
commented
Sep 2, 2018
cc @djrenren thoughts on this? |
djrenren
commented
Sep 2, 2018
Hmm looks like the right call but I'm worried about tool breakage. Most people don't have the time to worry about stability promises. If it works in stable we should generally support it. |
nrc
commented
Sep 3, 2018
I don't think anyone is using the JSON test output. cc @vlad20012 - does IntelliJ use it? |
djrenren
commented
Sep 4, 2018
Hmm looked through the intellij rust repo and didn't see any references to it. Could be totally fine. |
vlad20012
commented
Sep 4, 2018
Not really. We have a PR, but it is not merged yet. So, it's not a problem for us. |
nrc
commented
Sep 4, 2018
@bors: r+ |
bors
commented
Sep 4, 2018
📌 Commit 1c3dc9a has been approved by |
bors
commented
Sep 5, 2018
… r=nrc Make json test output formatter represent "test_count" as num fixes#53866
bors
commented
Sep 5, 2018
☀️ Test successful - status-appveyor, status-travis |
fixes#53866