Do not write json to stdout#99
Do not write json to stdout#99eric-wieser wants to merge 4 commits intoleanprover-community:masterfrom
Conversation
Otherwise it can't be used with projects that emit diagnostics
|
This worked fine in my own repository - any idea why it wouldn't be working fine here? |
Unfortunately, we cannot use this for mathlib since |
|
So writing to stdout using a different mechanism to writing to a file handle? Edit: Ah, I get it now. |
|
Unfortunately, |
|
Would chunking the conversion help here? |
Merge in upstream
|
I worked around this downstream by just calling |
Otherwise it can't be used with projects that emit diagnostics