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

#lang student langs do not work with handin #59

Open
jestarray opened this issue Oct 10, 2022 · 0 comments
Open

#lang student langs do not work with handin #59

jestarray opened this issue Oct 10, 2022 · 0 comments

Comments

@jestarray
Copy link

  (check: :language  '(module htdp-bsl)
          :create-text? #t
          ...)

raises this error:

submit error: Error in your code --
make-module-evaluator: module code used `lang/htdp-beginner' for a language, expecting `htdp/bsl'

But changing it to '(module lang/htdp-beginner) rasies this error:

submit error: Error in your code --
make-evaluator: disallowed reader module path: (submod htdp/bsl reader)

Sam mentioned in discord not to expect handin to match development of racket #langs but I'm leaving this issue here for future reference.

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