Thread overview
[Issue 22267] ImportC: typedef-ed variable initialization with RHS in parenthesis doesn't parse
Sep 03, 2021
mhh
Sep 04, 2021
Dlang Bot
Sep 06, 2021
Dlang Bot
September 03, 2021
https://issues.dlang.org/show_bug.cgi?id=22267

--- Comment #1 from mhh <maxhaton@gmail.com> ---
This is because the code to determine whether "(10)" is an assign expression is wrong, patch incoming.

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

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@maxhaton updated dlang/dmd pull request #13039 "Fix Issue 22267 i.e. make ImportC accept initializer expressions sole…" fixing this issue:

- Fix Issue 22267 - i.e. make ImportC accept initializer expressions solely consisting of an expression in parentheses

- Fix Issue 22267 - (the right bug), incorporate review comments

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

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

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 #13039 "Fix Issue 22267 i.e. make ImportC accept initializer expressions sole…" was merged into master:

- 0cb004759c5c44c058143cc874190c66cf098eba by Max Haughton:
  Fix Issue 22267 - i.e. make ImportC accept initializer expressions solely
consisting of an expression in parentheses

- 6f7e3d14c1d7887912095694ab95b981ce03eea6 by Max Haughton:
  Fix Issue 22267 - (the right bug), incorporate review comments

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

--