[Issue 15941] [REG v2.069] rbtree no longer supports classes

2016-05-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15941

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 15941] [REG v2.069] rbtree no longer supports classes

2016-05-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15941

--- Comment #4 from github-bugzi...@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

--


[Issue 15941] [REG v2.069] rbtree no longer supports classes

2016-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15941

Steven Schveighoffer  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #3 from Steven Schveighoffer  ---
PR: https://github.com/dlang/phobos/pull/4353

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

--


[Issue 15941] [REG v2.069] rbtree no longer supports classes

2016-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15941

Steven Schveighoffer  changed:

   What|Removed |Added

   Assignee|nob...@puremagic.com|schvei...@yahoo.com

--- Comment #2 from Steven Schveighoffer  ---
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.

--


[Issue 15941] [REG v2.069] rbtree no longer supports classes

2016-05-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15941

Walter Bright  changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com

--- Comment #1 from Walter Bright  ---
The commit that added rbtree.toString:

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

--


[Issue 15941] [REG v2.069] rbtree no longer supports classes

2016-04-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15941

Steven Schveighoffer  changed:

   What|Removed |Added

 CC||schvei...@yahoo.com

--


[Issue 15941] [REG v2.069] rbtree no longer supports classes

2016-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15941

Jack Stouffer  changed:

   What|Removed |Added

 CC||j...@jackstouffer.com
Summary|Regression: rbtree no   |[REG v2.069] rbtree no
   |longer supports classes |longer supports classes

--