[Issue 20419] is(missing == module/package) results in unknown identifier

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Nov 27 01:04:21 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=20419

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #10621 "Fix Issue 20419 - is(missing == module/package)
results in unknown id…" was merged into master:

- 09037a8641f942b6248f503b48c1a1c382159412 by MoonlightSentinel:
  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