[Issue 16169] nWayUnion assertion failure

2019-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16169

Jon Degenhardt  changed:

   What|Removed |Added

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

--- Comment #3 from Jon Degenhardt  ---
Fixed as part of PR 6841 (https://github.com/dlang/phobos/pull/6841)

--


[Issue 16169] nWayUnion assertion failure

2019-01-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16169

Jon Degenhardt  changed:

   What|Removed |Added

 CC||jrdemail2000-dl...@yahoo.co
   ||m

--- Comment #2 from Jon Degenhardt  ---
The PR I am working on for issue 19532 will likely fix this as well.

--


[Issue 16169] nWayUnion assertion failure

2017-01-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16169

Jack Stouffer  changed:

   What|Removed |Added

 CC||j...@jackstouffer.com
   Hardware|x86_64  |All
 OS|Linux   |All

--


[Issue 16169] nWayUnion assertion failure

2016-06-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16169

--- Comment #1 from Justin Whear  ---
The suggested fix in my previous comment actually just hides the issue in some
situations.  Changing one of the `iota(1,3)` lines in the test cases causes a
popFront on an empty iota range.

--