Thread overview
[Issue 22286] importC: (identifier)(other_identifier) incorrectly parsed as a cast-expression
Sep 16, 2021
Dlang Bot
Sep 18, 2021
Dlang Bot
Sep 30, 2021
Dlang Bot
September 07, 2021
https://issues.dlang.org/show_bug.cgi?id=22286

dave287091@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC, rejects-valid

--
September 16, 2021
https://issues.dlang.org/show_bug.cgi?id=22286

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #13078 "fix Issue 22286 - importC:
(identifier)(other_identifier) incorrectly…" fixing this issue:

- fix Issue 22286 - importC: (identifier)(other_identifier) incorrectly parsed
as a cast-expression

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

--
September 18, 2021
https://issues.dlang.org/show_bug.cgi?id=22286

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 #13078 "fix Issue 22286 - importC:
(identifier)(other_identifier) incorrectly…" was merged into stable:

- 27f8449eaa26469e0e39085d904bc5e0937d63ce by Walter Bright:
  fix Issue 22286 - importC: (identifier)(other_identifier) incorrectly parsed
as a cast-expression

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

--
September 30, 2021
https://issues.dlang.org/show_bug.cgi?id=22286

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13108 "merge stable" was merged into master:

- 44326b85cb0980f17ea6d1e66449739715657274 by Walter Bright:
  fix Issue 22286 - importC: (identifier)(other_identifier) incorrectly parsed
as a cast-expression (#13078)

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

--