-
Notifications
You must be signed in to change notification settings - Fork 5
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 |
I'm having the same issue with v11, downgrading to v0.2.2 solves it. Is there any progress on this issue? |
There is no functional difference between v0.2.3 and v0.2.2, it's just that v0.2.3 is the version that starts supporting the v12 compiler. So you can use v0.2.2 for v11. https://github.com/green-labs/ppx_spice#compatibility-on-the-compiler-versions v11 -> v0.2.2 |
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: