aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

Output column number in error messages #527

Closed Orvid closed 10 years ago

Orvid commented 10 years ago

With the 2.066 release, DMD is able to output column information for errors and warnings when the -vcolumns switch is passed to the compiler. Mono-D should add this by default for DMD, and, once GDC and LDC are updated to support it, they should get it as well.

aBothe commented 10 years ago

Which format do they use for emitting column numbers? There already are certrain regexes that also try to extract column info from error messages. https://github.com/aBothe/Mono-D/blob/master/MonoDevelop.DBinding/Building/ErrorExtracting.cs#L20