[Issue 13342] New: mixin error messages formatted incorrectly:

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Aug 20 07:07:25 PDT 2014


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 at puremagic.com
          Reporter: turkeyman at 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?

--


More information about the Digitalmars-d-bugs mailing list