[Issue 14894] mangling of mixins and lambdas can change w/ -unittest or other versions
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Aug 10 01:05:27 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14894
Martin Nowak <code at dawg.eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|pull |
Summary|[Reg 2.068.0-rc1] linkage |mangling of mixins and
|error with mixin template |lambdas can change w/
|in std.net.curl |-unittest or other versions
Severity|regression |normal
--- Comment #4 from Martin Nowak <code at dawg.eu> ---
We still need a long-term solution to make the mangling not dependent on flags
like -unittest or -release.
Using source position (line and col) doesn't work b/c the position might
differ, e.g. in a .di file or when editing a comment.
--
More information about the Digitalmars-d-bugs
mailing list