-
Notifications
You must be signed in to change notification settings - Fork 20
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
Do not write json to stdout #99
base: master
Are you sure you want to change the base?
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