Thread overview
[Issue 15480] std.algorithm.iteration.map not accepting multiple lambdas
Dec 27, 2015
karthikeyan
Dec 27, 2015
karthikeyan
Dec 27, 2015
karthikeyan
December 27, 2015
https://issues.dlang.org/show_bug.cgi?id=15480

--- Comment #1 from karthikeyan <tir.karthi@gmail.com> ---
I took a local copy of the std.algorithm.iteration as myiteration.d and used it
for debugging. Commenting out the following two lines make this work
https://github.com/D-Programming-Language/phobos/blob/master/std/algorithm/iteration.d#L461-L463.
I don't know why that fails.

--
December 27, 2015
https://issues.dlang.org/show_bug.cgi?id=15480

--- Comment #2 from karthikeyan <tir.karthi@gmail.com> ---
Seems this depends upon https://issues.dlang.org/show_bug.cgi?id=5710. Atleast can this assert be removed or replaced by some other logic to check for void functions?

--
December 27, 2015
https://issues.dlang.org/show_bug.cgi?id=15480

--- Comment #3 from karthikeyan <tir.karthi@gmail.com> ---
Seems related : https://github.com/D-Programming-Language/phobos/pull/1917

--
February 04, 2016
https://issues.dlang.org/show_bug.cgi?id=15480

thomas.bockman@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thomas.bockman@gmail.com

--- Comment #4 from thomas.bockman@gmail.com ---
Fix: https://github.com/D-Programming-Language/phobos/pull/3969

--
February 04, 2016
https://issues.dlang.org/show_bug.cgi?id=15480

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

https://github.com/D-Programming-Language/phobos/commit/b23608b63523dc8603764cfcff86482abd11b841 Fix Phobos issue 15480

https://github.com/D-Programming-Language/phobos/commit/6bb36bf522b7336dd41873bb4f1a2df57b90f7fc Merge pull request #3969 from tsbockman/issue_15480

Fix Phobos issue 15480

--
February 04, 2016
https://issues.dlang.org/show_bug.cgi?id=15480

thomas.bockman@gmail.com changed:

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

--
March 19, 2016
https://issues.dlang.org/show_bug.cgi?id=15480

--- Comment #6 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/b23608b63523dc8603764cfcff86482abd11b841 Fix Phobos issue 15480

https://github.com/D-Programming-Language/phobos/commit/6bb36bf522b7336dd41873bb4f1a2df57b90f7fc Merge pull request #3969 from tsbockman/issue_15480

--