rmculpepper / iracket

Jupyter kernel for Racket
BSD 3-Clause "New" or "Revised" License
95 stars 14 forks source link

Access disallowed by code inspector to protected variable #17

Open lihebi opened 2 years ago

lihebi commented 2 years ago

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?