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

send-super is a poor implementation #19

Closed
marick opened this issue Sep 19, 2012 · 0 comments
Closed

send-super is a poor implementation #19

marick opened this issue Sep 19, 2012 · 0 comments

Comments

@marick
Copy link
Owner

marick commented Sep 19, 2012

send-super can only be used once. That is, the method called by a send-super cannot itself use send-super. The reason is that the method does not know which class it belongs to. To fix this, send-super would have to take an owner argument as well as a this argument. Dunno if that's worth it.

Note that the current implementation doesn't work at all once you introduce modules.

@marick marick closed this as completed Oct 10, 2012
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

No branches or pull requests

1 participant