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

Pass more objects when in remote() #18

Open
StyXman opened this issue Aug 20, 2015 · 0 comments
Open

Pass more objects when in remote() #18

StyXman opened this issue Aug 20, 2015 · 0 comments
Milestone

Comments

@StyXman
Copy link
Owner

StyXman commented Aug 20, 2015

When executing remote() code, we're currently passing only the local variables, but not much more. This means that any class, function or module used in the remote() code must somehow redefine those things. The simplest way would be to pass the ASTs for the (local) classes and functions, plus make sure to reimport anything needed (and pray that the modules are present in the remote host).

@StyXman StyXman added this to the 1.0 milestone Aug 20, 2015
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