[Issue 20419] is(missing == module/package) results in unknown identifier
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Nov 26 21:34:54 UTC 2019
    
    
  
https://issues.dlang.org/show_bug.cgi?id=20419
Dlang Bot <dlang-bot at dlang.rocks> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@MoonlightSentinel created dlang/dmd pull request #10621 "Fix Issue 20419 -
is(missing == module/package) results in unknown id…" fixing this issue:
- Fix Issue 20419 - is(missing == module/package) results in unknown identifier
  is(missing == module) and is(missing == package) raised an error for missing
  identifiers, violating the language specification wich only requires the
  identifier to be syntactically valid.
https://github.com/dlang/dmd/pull/10621
--
    
    
More information about the Digitalmars-d-bugs
mailing list