[Issue 14894] mangling of mixins and lambdas is not unique and depends on compilation flags
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed Jun 14 00:38:30 PDT 2017
    
    
  
https://issues.dlang.org/show_bug.cgi?id=14894
--- Comment #10 from Martin Nowak <code at dawg.eu> ---
(In reply to uplink.coder from comment #9)
> The way I see forward is to not use a number.
> But to disambiguate by a reproducible hash.
Yes! What to hash though? Source code, tokens, parsed AST? Guess the latter
would remain identical even after reformatting which is a nice property (but
not an important one).
--
    
    
More information about the Digitalmars-d-bugs
mailing list