Error message improvement ideas
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Sun Dec 20 06:32:09 PST 2015
On Sunday, 20 December 2015 at 13:55:53 UTC, Jacob Carlborg wrote:
> Well..., TextMate parses the error messages, extracts the file
> and line info and turns them to links back to the editor.
Yeah, but that's just looking at the first part of the error
which is basically standard. The parts after the line number
aren't automatically parsed by any editor I know of.
(the xml idea would be opt in btw, of course, but would be easier
for IDEs to read)
More information about the Digitalmars-d
mailing list