Thread overview
[Issue 20419] is(missing == module/package) results in unknown identifier
Nov 26, 2019
Dlang Bot
Nov 27, 2019
Dlang Bot
Apr 03, 2021
Dlang Bot
November 26, 2019
https://issues.dlang.org/show_bug.cgi?id=20419

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@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

--
November 27, 2019
https://issues.dlang.org/show_bug.cgi?id=20419

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

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

--- Comment #2 from Dlang Bot <dlang-bot@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

--
April 03, 2021
https://issues.dlang.org/show_bug.cgi?id=20419

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12350 "[dmd-cxx] More fixes for package import visibility" was merged into dmd-cxx:

- f155716b9c8091bf4ccf73473dd0f1219a9bf16d by MoonlightSentinel:
  [dmd-cxx] Fix Issue 20419 - is(missing == module/package) results in unknown
identifier

https://github.com/dlang/dmd/pull/12350

--