-
Notifications
You must be signed in to change notification settings - Fork 127
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
setting env vars from scheme post 0.7 #273
Comments
It seems to work for me on Linux (at least) (?). I added this to an aot module:
I then loaded it (post aot-compile) and executed:
|
Hi Andy, what do you mean by "can't set env vars from scheme in aot code" - do you mean the scheme wrappers don't work? Because obviously plain scheme (as per Jim's example) is never AOTed. |
I'm talking about an xtlang closures captured variables. not the shell's (bind-func test ;; this works OK for non-ato'd code but not for aot lib ;; this always works Don't fuss though guys, the note is for me to chase when I have time. On Tue, Jun 21, 2016 at 11:10 AM, Ben Swift [email protected]
|
Ok, cool.
|
can't set env vars from scheme in aot code since 0.7
The text was updated successfully, but these errors were encountered: