Thread overview
[Issue 13393] [REG2.067a] std.algorithm.joiner Assertion failure in popFront() when using with cartesianProduct
Aug 29, 2014
Kenji Hara
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13393

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|std.algorithm.joiner        |[REG2.067a]
                   |Assertion failure in        |std.algorithm.joiner
                   |popFront() when using with  |Assertion failure in
                   |cartesianProduct            |popFront() when using with
                   |                            |cartesianProduct

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
It is git-head only (2.067-alpha) regression.

--
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13393

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13393

--- Comment #2 from hsteoh@quickfur.ath.cx ---
Found offending commit: 5f0155b0c8c2ff807debcf3a33a12da3ee744fb8 (merged by https://github.com/D-Programming-Language/phobos/pull/2328).

--
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13393

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
           Hardware|x86_64                      |All
                 OS|Windows                     |All

--- Comment #3 from hsteoh@quickfur.ath.cx ---
https://github.com/D-Programming-Language/phobos/pull/2473

--
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13393

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/dd4b204d5b19bb7a5d4ebe50afb31b3c15068132 Merge pull request #2473 from quickfur/issue13393

Fix regression 13393: cartesianProduct + joiner = runtime assertion failure

--
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13393

hsteoh@quickfur.ath.cx changed:

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

--