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

Access disallowed by code inspector to protected variable #17

Open
lihebi opened this issue Oct 15, 2021 · 0 comments
Open

Access disallowed by code inspector to protected variable #17

lihebi opened this issue Oct 15, 2021 · 0 comments

Comments

@lihebi
Copy link

lihebi commented Oct 15, 2021

I'm trying to create a new module language and provide all racket bindings (except that using my own #%app). However, evaluating the following code in a jupyter cell:

(module my-module racket
  (provide 
   (all-from-out racket)))

throws error:

?: access disallowed by code inspector to protected variable
  from module: '#%futures
  at: futures-enabled?
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