-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tilde fix #1050
Tilde fix #1050
Conversation
Add support for functions of the form {x,y} -> result. This is actually a very small change, most of the code churn is seperating out function argument parsing so it can be used in both traditional functions and lambda functions.
@ChrisJefferson there are some errors in the tests, according to Travis.. |
e3650d1
to
04fb2ea
Compare
Bah, this is some different, old errors. (We leave |
04fb2ea
to
0d0dcc1
Compare
Hopefully fixed after this patch filters through. |
Current coverage is 50.43% (diff: 87.40%)@@ master #1050 diff @@
==========================================
Files 424 424
Lines 223027 223041 +14
Methods 3429 3433 +4
Messages 0 0
Branches 0 0
==========================================
+ Hits 112445 112488 +43
+ Misses 110582 110553 -29
Partials 0 0
|
Rebased version is now in master as 51e8c0b |
I also tweaked two commit messages: One to reference issue #1049, the other for brevity |
Fixes #1049 (users can assign
~
).This is built on top of #490, so that should be merged first (if that gets rejected, or edited, I will adjust this as appropriate).