dybuk icon indicating copy to clipboard operation
dybuk copied to clipboard

Rustc will offer JSON error logging

Open killercup opened this issue 10 years ago • 7 comments

cf. rust-lang/rust#30711

killercup avatar Jan 07 '16 16:01 killercup

Wow! Can't wait for this to be merged. Thanks for the notification.

ticki avatar Jan 07 '16 16:01 ticki

I'm really interested to find out how you find the format for errors. If you make use of the JSON format, please let me know how you get along - I expect to make improvements to the format, so suggestions are welcome!

nrc avatar Jan 07 '16 20:01 nrc

I'll look at it tomorrow and make dybuk use JSON, since that would be more flexible and robust than parsing the non-machine output (which is what dybuk currently does).

ticki avatar Jan 07 '16 20:01 ticki

When will the next nightly build be released, @nrc?

ticki avatar Jan 16 '16 13:01 ticki

It should be in the next nightly, but nightlies seem to a bit broken atm. They should be made every night, but we haven't made one since the 15th. Hopefully, it is nothing major and there should be one on Monday night.

nrc avatar Jan 17 '16 20:01 nrc

Cool.

ticki avatar Jan 17 '16 20:01 ticki

Even better: https://github.com/rust-lang/rust/pull/32756

killercup avatar Apr 06 '16 08:04 killercup