Thread overview | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
June 02, 2020 [Issue 20879] Arrays are oblivious to copy constructors | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20879 --- Comment #1 from Stanislav Blinov <stanislav.blinov@gmail.com> --- Going to upgrade this to critical, seeing as the spec recommends switching to copy ctors, whereas neither the compiler nor the runtime are actually ready for such a switch. -- |
June 02, 2020 [Issue 20879] Arrays are oblivious to copy constructors | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20879 Stanislav Blinov <stanislav.blinov@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |critical -- |
June 17, 2020 [Issue 20879] Arrays are oblivious to copy constructors | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20879 RazvanN <razvan.nitu1305@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |razvan.nitu1305@gmail.com --- Comment #2 from RazvanN <razvan.nitu1305@gmail.com> --- First brick that tackles dup and idup for arrays: https://github.com/dlang/druntime/pull/3139 -- |
November 07, 2020 [Issue 20879] Arrays are oblivious to copy constructors | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20879 Илья Ярошенко <ilyayaroshenko@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ilyayaroshenko@gmail.com --- Comment #3 from Илья Ярошенко <ilyayaroshenko@gmail.com> --- another one similar bug https://issues.dlang.org/show_bug.cgi?id=21368 -- |
April 19, 2022 [Issue 20879] Arrays are oblivious to copy constructors | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20879 RazvanN <razvan.nitu1305@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from RazvanN <razvan.nitu1305@gmail.com> --- Fixed by: https://github.com/dlang/druntime/pull/3474 -- |
December 14, 2022 [Issue 20879] Arrays are oblivious to copy constructors | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20879 Steven Schveighoffer <schveiguy@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://issues.dlang.org/sh | |ow_bug.cgi?id=23557 -- |
December 14, 2022 [Issue 20879] Arrays are oblivious to copy constructors | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20879 Steven Schveighoffer <schveiguy@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://issues.dlang.org/sh | |ow_bug.cgi?id=23556 -- |
December 16, 2022 [Issue 20879] Arrays are oblivious to copy constructors | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20879 Paul Backus <snarwin+bugzilla@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://issues.dlang.org/sh | |ow_bug.cgi?id=23563 -- |
March 08 [Issue 20879] Arrays are oblivious to copy constructors | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20879 Paul Backus <snarwin+bugzilla@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |snarwin+bugzilla@gmail.com --- Comment #5 from Paul Backus <snarwin+bugzilla@gmail.com> --- Only half of this issue was fixed. I've resubmitted the other half as issue 24432. -- |
March 08 [Issue 20879] Arrays are oblivious to copy constructors | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20879 Paul Backus <snarwin+bugzilla@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://issues.dlang.org/sh | |ow_bug.cgi?id=24432 -- |
Copyright © 1999-2021 by the D Language Foundation