Thread overview
[Issue 13342] mixin error messages formatted incorrectly:
Aug 23, 2014
Rainer Schuetze
Dec 20, 2014
Rainer Schuetze
Dec 21, 2014
Manu
Jan 01, 2015
Rainer Schuetze
August 23, 2014
https://issues.dlang.org/show_bug.cgi?id=13342

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
I think the change of the file name for mixins is no good. It breaks all tools including debuggers: if you mixin statements, you will never get a sensible source, even if you just mixed in a single line.

--
December 20, 2014
https://issues.dlang.org/show_bug.cgi?id=13342

--- Comment #2 from Rainer Schuetze <r.sagitario@gmx.de> ---
These lines are now supported by the output parser. Try https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.40-beta4

I addition it parses exception messages and file information in the call stack.

--
December 21, 2014
https://issues.dlang.org/show_bug.cgi?id=13342

--- Comment #3 from Manu <turkeyman@gmail.com> ---
Awesome, this looks like a really useful update.
Thanks again Rainer, you're my hero! :)

--
January 01, 2015
https://issues.dlang.org/show_bug.cgi?id=13342

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Rainer Schuetze <r.sagitario@gmx.de> ---
fix released in 0.3.40.

--