Thread overview
[Issue 10122] New: `Appender` doesn't work with disabled default construction
May 20, 2013
Denis Shelomovskij
May 20, 2013
Walter Bright
May 20, 2013
Kenji Hara
May 20, 2013
Walter Bright
May 20, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10122

           Summary: `Appender` doesn't work with disabled default
                    construction
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: verylonglogin.reg@gmail.com


--- Comment #0 from Denis Shelomovskij <verylonglogin.reg@gmail.com> 2013-05-20 15:29:15 MSD ---
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`).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 20, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10122


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
           Severity|major                       |regression


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 20, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10122


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-05-20 07:18:39 PDT ---
https://github.com/D-Programming-Language/phobos/pull/1297

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 20, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10122



--- Comment #2 from github-bugzilla@puremagic.com 2013-05-20 12:12:50 PDT ---
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

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 20, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10122



--- Comment #3 from github-bugzilla@puremagic.com 2013-05-20 12:14:17 PDT ---
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

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 20, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10122


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------