sorawee
2020-9-11 16:38:43

Is there any reason most Racket tests are written in non module language?


sorawee
2020-9-11 16:39:56

I attempt to test that https://github.com/racket/racket/pull/3396/ is expanded properly (not causing unbound id error), but the error is never triggered because the unbound id error works differently in non-module


samth
2020-9-11 17:41:37

there are a variety of historical reasons. but to check that, you can just use a module in the relevant file