Thread overview
[Issue 15941] [REG v2.069] rbtree no longer supports classes
Apr 20, 2016
Jack Stouffer
May 24, 2016
Walter Bright
April 20, 2016
https://issues.dlang.org/show_bug.cgi?id=15941

Jack Stouffer <jack@jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jack@jackstouffer.com
            Summary|Regression: rbtree no       |[REG v2.069] rbtree no
                   |longer supports classes     |longer supports classes

--
April 21, 2016
https://issues.dlang.org/show_bug.cgi?id=15941

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@yahoo.com

--
May 24, 2016
https://issues.dlang.org/show_bug.cgi?id=15941

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
The commit that added rbtree.toString:

https://github.com/dlang/phobos/commit/0f05183f5c792ac3adbc50953a9639b0140a27fc

--
May 24, 2016
https://issues.dlang.org/show_bug.cgi?id=15941

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |schveiguy@yahoo.com

--- Comment #2 from Steven Schveighoffer <schveiguy@yahoo.com> ---
This is really a problem with Object.toString not working by default for const objects. I will try and make code that optionally adds toString if it can toString each element, this should work once we fix the issue with Object.

--
May 24, 2016
https://issues.dlang.org/show_bug.cgi?id=15941

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #3 from Steven Schveighoffer <schveiguy@yahoo.com> ---
PR: https://github.com/dlang/phobos/pull/4353

Note, this will be fixed in stable, since this is a regression.

--
May 27, 2016
https://issues.dlang.org/show_bug.cgi?id=15941

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/bf1dde7ac7be6751d90ef43c6d303d6530beda6a Fix issue 15941 -- rbtree no longer supports classes

https://github.com/dlang/phobos/commit/dbc30e664e6d4c4f53d28e355a715644eab222f8 Merge pull request #4353 from schveiguy/fix15941

Fix issue 15941 -- rbtree no longer supports classes

--
May 27, 2016
https://issues.dlang.org/show_bug.cgi?id=15941

github-bugzilla@puremagic.com changed:

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

--
June 18, 2016
https://issues.dlang.org/show_bug.cgi?id=15941

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/bf1dde7ac7be6751d90ef43c6d303d6530beda6a Fix issue 15941 -- rbtree no longer supports classes

https://github.com/dlang/phobos/commit/dbc30e664e6d4c4f53d28e355a715644eab222f8 Merge pull request #4353 from schveiguy/fix15941

--