Thread overview
[Issue 22313] ImportC: account for ( ) when doing lookahead on assignment-expressions
[Issue 22313] ImportC: Assigning to a typedefed declaration with a cast expression gives strange errors.
Sep 19, 2021
Walter Bright
Sep 19, 2021
Dlang Bot
Sep 19, 2021
Dlang Bot
Sep 30, 2021
Dlang Bot
September 18, 2021
https://issues.dlang.org/show_bug.cgi?id=22313

dave287091@gmail.com changed:

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

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
            Summary|ImportC: Assigning to a     |ImportC: account for ( )
                   |typedefed declaration with  |when doing lookahead on
                   |a cast expression gives     |assignment-expressions
                   |strange errors.             |

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

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 #13088 "fix Issue 22313 - ImportC: account for ( ) when doing lookahead on as…" fixing this issue:

- fix Issue 22313 - ImportC: account for ( ) when doing lookahead on
assignment-expressions

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

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

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 #13088 "fix Issue 22313 - ImportC: account for ( ) when doing lookahead on as…" was merged into stable:

- 462ee3e094132465309676044363be9ebf5eacbf by Walter Bright:
  fix Issue 22313 - ImportC: account for ( ) when doing lookahead on
assignment-expressions

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

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

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

- 714c34ef8629c23751d7071d7dcc1d697708ad13 by Walter Bright:
  fix Issue 22313 - ImportC: account for ( ) when doing lookahead on
assignment-expressions (#13088)

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

--