[Issue 24440] [REG 2.107] multiple multidimensional array appends broke in 2.107

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Mar 31 22:09:49 UTC 2024


https://issues.dlang.org/show_bug.cgi?id=24440

--- Comment #3 from Ivan Kazmenko <gassa at mail.ru> ---
Originally got hit by it in my toy language project which I use to teach
parallel computing.
It maintains a three-dimensional array to store queues of messages between
different simulated processes.

For now, circumvented the issue by transforming it to a two-dimensional array
of structs containing arrays.
https://github.com/GassaFM/interpr/commit/b959bb7870

Still, multidimensional arrays are a pretty core language feature.
Can I expect it would work again at some point?..

Ivan Kazmenko.

--


More information about the Digitalmars-d-bugs mailing list