Bug 10122 – `Appender` doesn't work with disabled default construction

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-05-20T04:29:00Z
Last change time
2013-05-20T12:14:46Z
Keywords
pull, rejects-valid
Assigned to
nobody
Creator
verylonglogin.reg

Comments

Comment #0 by verylonglogin.reg — 2013-05-20T04:29:15Z
Issue 10115 is fixed so incorrect `std.array.Appender` implementation now fails to compile for struct with disabled default construction thus braking all dependent Phobos functions (e.g. `std.array.array`).
Comment #1 by k.hara.pg — 2013-05-20T07:18:39Z
Comment #2 by github-bugzilla — 2013-05-20T12:12:50Z
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/fa3c481ba7a9f43dc270538ab363358bfb3733df fix Issue 10122 - `Appender` doesn't work with disabled default construction https://github.com/D-Programming-Language/phobos/commit/96c51fae9b12b0c09df7e28acdd0b3a400f35323 Merge pull request #1297 from 9rnsr/fix10122 [REG2.063a] Issue 10122 - `Appender` doesn't work with disabled default construction
Comment #3 by github-bugzilla — 2013-05-20T12:14:17Z
Commit pushed to 2.063 at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/f52eb314449b890f60b80ece2feaf24f87eb0d46 Merge pull request #1297 from 9rnsr/fix10122 [REG2.063a] Issue 10122 - `Appender` doesn't work with disabled default construction