-
Notifications
You must be signed in to change notification settings - Fork 469
Move result type from Belt to built-in. #6450
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
Conversation
@zth does this affect anything? E.g. pipe completion. |
I'd have to try it, I'm not sure really. I would assume no, and if it does it should be easy to fix. |
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.
Why did the order in ocaml_re_test.js change?
Because things change randomly whenever stuff in pervasive change. |
As a side comment, it seems likely that most tests mentioning Belt are either tests for Belt itself, or offer unclear value at this point (in catching future regressions). Both can be just removed. |
This breaks code that (unnecessarily) references the constructors as I don't mind submitting a PR to |
Alternatively, the non-breaking change would be to alias the result type properly:
|
I agree, we should alias this properly. @TheSpyder Would you mind submitting a PR to the rescript-compiler repo to for this? |
Ok, will do |
No description provided.