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

typed/rackunit: check-match missing #129

Open
jessealama opened this issue Dec 13, 2020 · 3 comments
Open

typed/rackunit: check-match missing #129

jessealama opened this issue Dec 13, 2020 · 3 comments

Comments

@jessealama
Copy link
Sponsor

The Typed Racket variant of rackunit seems to be missing untyped rackunit's check-match.

@jessealama
Copy link
Sponsor Author

@bennn Do you have any idea how this might be accomplished? check-match is a macro provided by (untyped) rackunit. I'd like to re-provide it from a Typed Racket module. Something like this doesn't seem to work:

(require/typed/provide
    rackunit
  [check-match Syntax])

@samth
Copy link
Sponsor Member

samth commented Dec 14, 2020

Unfortunately you basically have to re-write the macro in typed/rackunit.

@jessealama
Copy link
Sponsor Author

I feared as much. I couldn't tell if this was a simple omission or whether something deeper was going on. Thanks for confirming.

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

2 participants