Skip to content
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

don't apply non-funcallable object #46

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jimka2001
Copy link

#44

This is a fix for issue
#44

@jimka2001 jimka2001 changed the title don't apply something if we are not sure it is funcalalble. don't apply non-funcallable object Aug 16, 2018
jimka2001 and others added 2 commits August 16, 2018 14:49
   which is bad if there are side effects.
   now we correctly use the args variable which contains the evaluated arguments.
   but we "escape" the function name better in case it is a local function
@jimka2001
Copy link
Author

I've fixed this branch because the arguments of the testing predicate were getting evaluated twice,
which is bad in case of side effects.

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.

1 participant