-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
add "as" function + getControlName #1247
Conversation
Would it be possible to also support |
it might work if we say that multiarg is interpreted as a list of functions.. but not sure what a use case would be. |
.. and a bit wackier, but following that thought, howabout |
hm yeah that wouldn't work, as it's only for controls, but i see the appeal.. |
Yep I was thinking these would be called as methods, but true they need to call toplevel functions which is harder to implement. |
I guess it could be implemented as a string of method calls to give some experimental behaviour for 'free'.. |
any objections against merging this as is? making it work with more than controls surely is interesting but i guess that'd would require more brain power / effort / time to get it working. it would probably not produce a breaking change then |
Yes agreed it can be built on later so lets merge! |
adds as function:
fixes #595