[Issue 15177] New: mixin + traits issue with 2.069 beta 1
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Oct 8 02:06:57 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=15177
Issue ID: 15177
Summary: mixin + traits issue with 2.069 beta 1
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: trikko at katamail.com
Created attachment 1555
--> https://issues.dlang.org/attachment.cgi?id=1555&action=edit
Source code. Test it running 'dub'.
I get a strange error with dmd 2.069 b1.
I can't understand what happen exactly but apparently traits allMember return
an unrelated symbol.
I reduced code using dustmite and manually.
Attached code compile for me using dmd 2.068 on linux x64.
Using dmd 2.069 b1 it fails:
source/tests/utils.d-mixin-13(13): Error: undefined identifier
'_D32TypeInfo_S7asserts12AssertResult6__initZ'
--
More information about the Digitalmars-d-bugs
mailing list