Skip to content

Conversation

msoucy
Copy link
Contributor

@msoucy msoucy commented Mar 3, 2014

Documentation was updated to match, and a deprecated alias was inserted for compatibility.

This sets up the library in preparation for Issue 4391, which would provide a proper "curry" template that follows currying semantics properly.

Documentation was updated to match, and a deprecated alias was inserted
for compatibility.
@Poita
Copy link
Contributor

Poita commented Mar 3, 2014

You should include a deprecation message:

deprecated("Please use std.functional.partial instead.") alias curry = partial;

@msoucy
Copy link
Contributor Author

msoucy commented Mar 3, 2014

Good call - I thought I had done that, it turns out that didn't get committed. Thank you.

@Poita
Copy link
Contributor

Poita commented Mar 3, 2014

LGTM

@andralex
Copy link
Member

sigh

andralex added a commit that referenced this pull request Mar 10, 2014
Renamed curry->partial to better match semantics
@andralex andralex merged commit 35c7439 into dlang:master Mar 10, 2014
@msoucy
Copy link
Contributor Author

msoucy commented Mar 10, 2014

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants