Thread overview
[Issue 24498] Multidimensional array not scanned by GC
Apr 19
Dlang Bot
Apr 19
Tim
Apr 19
Dlang Bot
Apr 23
Dlang Bot
April 19
https://issues.dlang.org/show_bug.cgi?id=24498

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@tim-dlang created dlang/dmd pull request #16400 "Fix bugzilla 24498 - Multidimensional array not scanned by GC" fixing this issue:

- Fix bugzilla 24498 - Multidimensional array not scanned by GC

  For expression `new int[][][](2, 2)` the relevant element type is
  `int[]` and not `int`, because only two dimensions are allocated.

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

--
April 19
https://issues.dlang.org/show_bug.cgi?id=24498

Tim <tim.dlang@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gassa@mail.ru

--- Comment #2 from Tim <tim.dlang@t-online.de> ---
*** Issue 24440 has been marked as a duplicate of this issue. ***

--
April 19
https://issues.dlang.org/show_bug.cgi?id=24498

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 #16400 "Fix bugzilla 24498 - Multidimensional array not scanned by GC" was merged into stable:

- f39cc10ef9b4d3e92d0172a41e6b9515de0ba8d0 by Tim Schendekehl:
  Fix bugzilla 24498 - Multidimensional array not scanned by GC

  For expression `new int[][][](2, 2)` the relevant element type is
  `int[]` and not `int`, because only two dimensions are allocated.

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

--
April 23
https://issues.dlang.org/show_bug.cgi?id=24498

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

- f1307d6c75bef4aaddaba1451b71687e62d21790 by Tim Schendekehl:
  Fix bugzilla 24498 - Multidimensional array not scanned by GC (#16400)

  For expression `new int[][][](2, 2)` the relevant element type is
  `int[]` and not `int`, because only two dimensions are allocated.

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

--