Thread overview
[Issue 22103] importC: Parser accepts wrong syntax for array declarators
Jul 06, 2021
Iain Buclaw
Jul 06, 2021
Dlang Bot
Jul 07, 2021
Dlang Bot
July 06, 2021
https://issues.dlang.org/show_bug.cgi?id=22103

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid, ImportC,
                   |                            |rejects-valid
                 CC|                            |ibuclaw@gdcproject.org

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

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #12816 "fix Issue 22103 - importC: Parser accepts wrong syntax for array declarators" fixing this issue:

- fix Issue 22103 - importC: Parser accepts wrong syntax for array declarators

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

--
July 07, 2021
https://issues.dlang.org/show_bug.cgi?id=22103

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 #12816 "fix Issue 22103 - importC: Parser accepts wrong syntax for array declarators" was merged into master:

- a51c8de611a15aac25f481c38d4d9e8ce2b0eb49 by Iain Buclaw:
  fix Issue 22103 - importC: Parser accepts wrong syntax for array declarators

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

--