-
Notifications
You must be signed in to change notification settings - Fork 4
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
Build fails with rescript 11.1.4 #84
Comments
Thank you for reporting the issue. |
This error was produced with v0.2.3. I've downgraded to v0.2.2, which works fine. I tried altering |
Correct. |
I've added this section for the compiler compatibility guide before. I'll revise this more accurately. https://github.com/green-labs/ppx_spice#compatibility-on-the-compiler-versions |
Getting the following build error when compiling rescript sources:
This seems to be related to the implicit usage of the
Float
module, which is not in scope. I suspect this has to do with the fact that the latest rescript version doesn't automatically expose some builtin modules.The text was updated successfully, but these errors were encountered: