Thread overview
[Issue 16169] nWayUnion assertion failure
Jun 13, 2016
Justin Whear
Jan 18, 2017
Jack Stouffer
Jan 22, 2019
Jon Degenhardt
Jan 30, 2019
Jon Degenhardt
June 13, 2016
https://issues.dlang.org/show_bug.cgi?id=16169

--- Comment #1 from Justin Whear <justin@economicmodeling.com> ---
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.

--
January 18, 2017
https://issues.dlang.org/show_bug.cgi?id=16169

Jack Stouffer <jack@jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jack@jackstouffer.com
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--
January 22, 2019
https://issues.dlang.org/show_bug.cgi?id=16169

Jon Degenhardt <jrdemail2000-dlang@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jrdemail2000-dlang@yahoo.co
                   |                            |m

--- Comment #2 from Jon Degenhardt <jrdemail2000-dlang@yahoo.com> ---
The PR I am working on for issue 19532 will likely fix this as well.

--
January 30, 2019
https://issues.dlang.org/show_bug.cgi?id=16169

Jon Degenhardt <jrdemail2000-dlang@yahoo.com> changed:

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

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

--