-
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
Melange v3 long-lived branch #821
Conversation
41e3ba2
to
b0b8d07
Compare
1f084f4
to
4a950d4
Compare
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.
Looks good, thanks! I'm a bit confused about the changes in locations, and why I updated the merlin version at some point, I assume there was some incompatibility with Melange v3 or other package 🤔
"type": "(~greeting: string) => React.element", | ||
"type": "(~greeting: string) => element", |
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.
These changes are strange, I assume is the new merlin version used? I can't see anything in reason-react itself that changed, or in melange.
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.
I don't understand why these changed, but they're both correct and consistent across opam / nix calls, so I didn't worry too much.
}, | ||
"end": { | ||
"line": 10, | ||
"col": 85 | ||
}, | ||
"type": "{.. \"author\": Author.t} => React.element", | ||
"type": "string", |
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 is also strange, but I guess now it's more accurate (I think this test is hovering over key
prop, from what I see in line 21).
I went ahead and restored the branch here. If your builds somehow failed because this melange-v3 branch was missing, please retry the build! |
CHANGES: * Wrap the `React` library, exposing just a single top-level module (@anmonteiro in [reasonml/reason-react#783](reasonml/reason-react#783)) * Re-organise toplevel modules (@davesnx in [reasonml/reason-react#794](reasonml/reason-react#794)) * Require and adapt to Melange v3 (@anmonteiro in [reasonml/reason-react#821](reasonml/reason-react#821))
No description provided.