Open danielrothfus opened 2 years ago
It makes sense that rackunit
won't work, but I do expect typed/rackunit
to work, and it doesn't.
It's weird since typed/rackunit
is supposed to export the type for with-check-info*
:
https://github.com/racket/rackunit/blob/master/rackunit-typed/rackunit/main.rkt#L156
Given the following program on Racket v8.6 [cs]:
The following error is generated at compile time:
and other similar errors for
make-check-info
andprovide/contract-id-syntax->location
(which I've only seen references to on https://github.com/racket/typed-racket/issues/989).I've poked around for a fix but haven't found a solution yet. If you can point me in the right direction, I can try to make a patch.