-
Notifications
You must be signed in to change notification settings - Fork 350
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
Fix installation and tests #744
Conversation
…lange-0-11 * 'main' of github.com:/reasonml/reason-react: Fix installation and tests (#744)
Why do we require dune 3.9? |
We don't but this just installs the same version on local than on CI. The requirement is still 3.6.0 |
@@ -1,4 +1,4 @@ | |||
(lang dune 3.8) | |||
(lang dune 3.9) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is clearly requiring 3.9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, thought you talked about Reason, not dune.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was done after 3.9 and melange from master: https://github.com/reasonml/reason-react/pull/744/files#diff-7952def243577f0f6e0695a0199602f14094f8d6c77eec1c0b3dc63e9e84b2fdL38-L45
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But melange only requires dune 3.8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current state of this repo is very broken, since it requires melange master and Reason 3.9.0 for the snapshot testing + the reason-react-ppx from the repo
So there should be a few things to un-tangle before we can even publish newer versions
Install Reason v3.9.0 on make install and run snapshots with it.