Respect JSON output mode for syntax errors#21386
Conversation
This comment has been minimized.
This comment has been minimized.
|
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅ |
|
I think this will not work with parallel checking. You need to update |
|
@ilevkivskyi I think this was added in your earlier PR #21319. I might be missing something though, do you have a pointer where I should look? A |
|
My PR simply brought the parallel checking to parity with what existed at the time in sequential mode. In particular, To test this you will need a blocker error that happens at a later stage, for example: (Also to write a unit test for this you will need to update |
|
Thanks @ilevkivskyi, opened #21434. A |
Fixes #21370.
A