Skip to content

Access disallowed by code inspector to protected variable #17

@lihebi

Description

@lihebi

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions