forked from reasonml/reason
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Supriyo/fix interleaving comments #4
Open
supriyo
wants to merge
11
commits into
anmonteiro:master
Choose a base branch
from
supriyo:supriyo/fix-interleaving-comments
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Supriyo/fix interleaving comments #4
supriyo
wants to merge
11
commits into
anmonteiro:master
from
supriyo:supriyo/fix-interleaving-comments
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Back in the "async await" discussions in reason land, there were vigorous proponents of both the "let." and "let!", so I figure I might as well add them here :)
Nice catch. I think the fix is correct. You opened a PR against the master branch of this repo, so I'm happy to cherry pick just your fix to my other branch. Have you signed the Facebook CLA though? Otherwise I don't think your commit can be imported. |
I just signed the facebook CLA. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix for interleaving comments @sikanhe pointed out reasonml#2487 (comment). I tested locally and it seems to work. I wasn’t sure where to add a unit test, but would be happy to do so if you can point me in the right direction.