www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 13342] New: mixin error messages formatted incorrectly:

https://issues.dlang.org/show_bug.cgi?id=13342

          Issue ID: 13342
           Summary: mixin error messages formatted incorrectly:
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: VisualD
          Assignee: nobody puremagic.com
          Reporter: turkeyman gmail.com

Mixin errors are output like this:

2>D:\LuaD\luad\conversions\structs.d-mixin-36(36): Error:
cast(MFVector)(*_this).x is not an lvalue

When you double click on the error, nothing happens, the reason is this:
  \structs.d-mixin-36(36)

The filename has had "-mixin-36" appended to it.

Please detect mixin errors and reformat them so that they work in VS?

--
Aug 20 2014