Thread overview
[Issue 4391] std.functional.curry is not a real curry
Feb 19, 2017
greenify
Apr 16, 2019
Dlang Bot
Jan 02, 2020
Dlang Bot
February 19, 2017
https://issues.dlang.org/show_bug.cgi?id=4391

greenify <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
                 CC|                            |greeenify@gmail.com

--- Comment #5 from greenify <greeenify@gmail.com> ---
There has been some discussion about this in the NG:

http://forum.dlang.org/post/vehmitraloqhwtxnjqzr@forum.dlang.org

but unfortunately AFAICT curry still hasn't made its way into Phobos. What happened to the patch Philippe posted?

@Andrei: The status says that this is assigned to you. I will set the status to "unassigned", please change you have this on your roadmap.

--
February 22, 2017
https://issues.dlang.org/show_bug.cgi?id=4391

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|andrei@erdani.com           |nobody@puremagic.com

--
February 22, 2017
https://issues.dlang.org/show_bug.cgi?id=4391

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp

--- Comment #6 from Andrei Alexandrescu <andrei@erdani.com> ---
Put this up for bootcamp.

--
April 16, 2019
https://issues.dlang.org/show_bug.cgi?id=4391

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #7 from Dlang Bot <dlang-bot@dlang.rocks> ---
@benjones updated dlang/phobos pull request #6963 "bugzilla issue 4391 add curry to std.functional " fixing this issue:

- Fix Issue 4391 - add curry to std.functional

https://github.com/dlang/phobos/pull/6963

--
January 02, 2020
https://issues.dlang.org/show_bug.cgi?id=4391

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #8 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #6963 "bugzilla issue 4391 add curry to std.functional " was merged into master:

- 866c0779d1d67c7863abea8974355d3e5eac0650 by Ben Jones:
  Fix Issue 4391 - add curry to std.functional

https://github.com/dlang/phobos/pull/6963

--