Really in need of help with std.container.array.d

thedeemon via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Oct 20 21:22:35 PDT 2014


Speaking of this module, since I cannot currently login to 
bugtracker, I'd like to note here that there are two major bugs 
in one little function: Array.Payload.length setter. One is this
https://issues.dlang.org/show_bug.cgi?id=13619

and the other is reallocating without notifying GC of the 
pointers, which leads to having dangling pointers in the array 
after a GC cycle.


More information about the Digitalmars-d-learn mailing list