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

remove evaluate function for functor types #8790

Merged
merged 1 commit into from
Oct 24, 2014
Merged

Conversation

jakebolewski
Copy link
Member

Functor types are now callable due to #8712.

@inbounds fx = evaluate(f, A[ifirst+=1])
v = evaluate(op, v, fx)
fx = f(A[ifirst+=1])
v = op(v, fx)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seems te be an @inbounds missing in line 137 in comparison to old line 133.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

jakebolewski added a commit that referenced this pull request Oct 24, 2014
remove `evaluate` function for functor types
@jakebolewski jakebolewski merged commit 9009421 into master Oct 24, 2014
@jakebolewski jakebolewski deleted the jcb/rm_evaluate branch October 24, 2014 03:17
simonster added a commit to JuliaStats/DataArrays.jl that referenced this pull request Oct 24, 2014
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.

2 participants