Thread overview
[Issue 23044] importC: comma expression with function call parsed as declaration
Apr 23, 2022
Walter Bright
Apr 23, 2022
Dlang Bot
Apr 25, 2022
Dlang Bot
May 05, 2022
Dlang Bot
April 23, 2022
https://issues.dlang.org/show_bug.cgi?id=23044

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
This is another problem where the root issue is C mixes up semantics with parsing.

--
April 23, 2022
https://issues.dlang.org/show_bug.cgi?id=23044

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #14023 "fix Issue 23044 - importC: comma expression with function call parsed…" fixing this issue:

- fix Issue 23044 - importC: comma expression with function call parsed as declaration

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

--
April 25, 2022
https://issues.dlang.org/show_bug.cgi?id=23044

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14023 "fix Issue 23044 - importC: comma expression with function call parsed…" was merged into stable:

- 7a63edf2fbc6755ec52e4a61eba60520983096a8 by Walter Bright:
  fix Issue 23044 - importC: comma expression with function call parsed as
declaration

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

--
May 05, 2022
https://issues.dlang.org/show_bug.cgi?id=23044

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

- 20ced85c32e9911663c9c1abd1ced14b95a6c0fd by Walter Bright:
  fix Issue 23044 - importC: comma expression with function call parsed as
declaration (#14023)

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

--