2.068 Regression in EnumMembers?

anonymous via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Aug 16 05:00:15 PDT 2015


On Sunday, 16 August 2015 at 11:25:48 UTC, Nordlöw wrote:
> I tried rebuilding my knowledge graph project at
>
> https://github.com/nordlow/justd/tree/master/knet
>
> with DMD 2.068 and it seems like we have a regression in 
> std.traits: EnumMembers:
>
> [...]
>
> It builds without errors nor warnings on 2.067.
>
> Help, please.

Did it still work in 2.068a ?
If so then it's possible that the resolution of issue 14844, 
which changed the traits allMembers, is the cause.

Because if you look at std.traits 'blame' on GH
(https://github.com/D-Programming-Language/phobos/blame/master/std/traits.d , around line 3412) that's clear that the template EnumMembers hasn't changed since February 2014. So it must be one of the call inside...

Just an idea.


More information about the Digitalmars-d-learn mailing list