-
Notifications
You must be signed in to change notification settings - Fork 7
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
ReScript 12 compatibility #78
Comments
Oh, nice that it was merged. Yeah, that's probably the reason, since I do a dirty thing, to make |
12.0.0-alpha.1 is out now! 🎉 |
I am also seeing the following error (without a line number) when using the PPX with 12.0.0-alpha.1:
|
Started the migration. I'm currently blocked by this rescript-lang/rescript#6929 |
This may be a bit early as there is not even a first alpha version of ReScript 12 out yet, but I wanted to give you a heads-up already.
It seems something broke with rescript-lang/rescript#6611.
E.g., if I have a simple union schema
then
S.parseOrRaiseWith(JSON.String("B"), schema)
gives me the erroron latest (ReScript) master.
The text was updated successfully, but these errors were encountered: