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

Add ability to create a ReflectionFunction from a closure #37

Closed
asgrim opened this issue Jul 5, 2015 · 3 comments
Closed

Add ability to create a ReflectionFunction from a closure #37

asgrim opened this issue Jul 5, 2015 · 3 comments
Assignees
Milestone

Comments

@asgrim
Copy link
Member

asgrim commented Jul 5, 2015

Currently, because we don't load "live" (loaded-into-memory) code, we can't create a ReflectionFunction using a closure (because we actually don't have source code for it, thus can't create the AST from it). #36 may help to implement this, but because we don't have source code for closures, I'm not even sure if this is possible (without using core Reflection API and hacking it in...?)

@asgrim
Copy link
Member Author

asgrim commented Nov 2, 2015

can use https://github.com/jeremeamia/super_closure for this

@asgrim asgrim added this to the 1.0.0 milestone Nov 2, 2015
@asgrim asgrim removed the question label Nov 2, 2015
@asgrim
Copy link
Member Author

asgrim commented Nov 2, 2015

though depends on jeremeamia/super_closure#70 to be compatible

@asgrim
Copy link
Member Author

asgrim commented Jan 7, 2016

Handled by #151

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant