-
Notifications
You must be signed in to change notification settings - Fork 30
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
The Big Migration Thread #20
Comments
After the migration to @rescript/core, the above code fragment has
This worked before the migration. Thanks. EDIT: I modified |
This is the correct way to do it. Does it not work for you? We have tests with that same behavior: https://github.com/rescript-association/rescript-core/blob/main/test/PromiseTest.res#L46-L71 This is a good gotcha for anyone already using EDIT: More context. |
I migrated our entire corporate code base in a branch (for now) to see what came up. Our starting point was Some observations (not issues in my opinion):
|
@Minnozz fantastic and insightful write up, thank you! |
I found out
I also was using Combi missed to flip the index in |
Post your issues and/or gotchas from migrating in here. We'll try and help out as much as we can.
The text was updated successfully, but these errors were encountered: