Thread overview
[Issue 20547] Wrong error message when trying to "new" an associative array
Jan 31, 2020
Basile-z
Feb 06, 2020
Dlang Bot
Feb 15, 2020
Dlang Bot
Mar 21, 2020
Basile-z
January 31, 2020
https://issues.dlang.org/show_bug.cgi?id=20547

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
                 CC|                            |b2.temp@gmx.com

--
February 06, 2020
https://issues.dlang.org/show_bug.cgi?id=20547

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@benjones created dlang/dmd pull request #10768 "fix issue 20547, improve error messages for malformed new expressions" fixing this issue:

- fix issue 20547, error messages for bad new expressions

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

--
February 15, 2020
https://issues.dlang.org/show_bug.cgi?id=20547

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 #10768 "fix issue 20547, improve error messages for malformed new expressions" was merged into master:

- 9d7a9bc47d9b9cc25055c71d875c7675953a8816 by Ben Jones:
  fix bug 20547 improve error messages for invalid uses of new

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

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=20547

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--