-
Notifications
You must be signed in to change notification settings - Fork 6
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
@select
and friends do not support all Base.Callable
s
#132
Comments
Base.Callable
s@select
and friends do not support all Base.Callable
s
Thanks - will look to see what is going on here. |
I tracked it down to this line in the elseif fn isa Symbol && hasproperty(Base, fn) && typeof(getproperty(Base, fn)) <: Type
return x Because I think I remember why I had put this in place - let me explore if this is easily modifiable without affecting another edge case. |
Not having all the context I don't know what the right call is here, but I do think it would be ideal if all |
This is fixed in #133. |
For example:
The text was updated successfully, but these errors were encountered: