You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error about "Different compiler version" was misleading, main issue is rescript-js not being installed after running yarn add rescript-test. I made a PR #14
Hello. Thank you for this nice rescript implementation of tests.
Would you mind removing the dependency on the compiler? It is making our compilation to fail:
https://github.com/bloodyowl/rescript-test/blob/be462e6f6f553407eee56ae9d1ab160af26ff536/package.json#LL23-L26C5
We get the following error when compiling fresh (CI):
Not sure if the problem comes from rescript-js or from just rescript compiler. But the thing is that it fails because it cleans the repo.
Or do you have experience addressing this kind of issues? If so, I will be happy to know how.
The text was updated successfully, but these errors were encountered: