Thread overview
[Issue 20422] confusing error "new can only create structs, dynamic arrays or class objects, not int[]'s"
Dec 12, 2019
Basile-z
Dec 12, 2019
Basile-z
Mar 21, 2020
Basile-z
Jul 18, 2020
Dlang Bot
Jul 20, 2020
Dlang Bot
December 12, 2019
https://issues.dlang.org/show_bug.cgi?id=20422

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp, diagnostic
                 CC|                            |b2.temp@gmx.com
           Hardware|x86_64                      |All

--
December 12, 2019
https://issues.dlang.org/show_bug.cgi?id=20422

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |elpenguino+D@gmail.com

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
*** Issue 19010 has been marked as a duplicate of this issue. ***

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

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

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

--
July 18, 2020
https://issues.dlang.org/show_bug.cgi?id=20422

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@VladNastase created dlang/dmd pull request #11428 "Fixed issue 20422 - confusing error "new can only create structs, dynamic arrays or class objects, not int[]'s"" mentioning this issue:

- Solved issue 20422

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

--
July 20, 2020
https://issues.dlang.org/show_bug.cgi?id=20422

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 #11428 "Fixed issue 20422 - confusing error "new can only create structs, dynamic arrays or class objects, not int[]'s"" was merged into master:

- 1233da41081191130efc76706942568646475c8d by Vlad Nastase:
  Fix issue 20422 - confusing error "new can only create structs, dynamic
arrays or class objects, not int[]'s"

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

--