Skip to content
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

review: fix: some positions bugs #1493

Merged
merged 9 commits into from
Aug 1, 2017

Conversation

pvojtechovsky
Copy link
Collaborator

No description provided.

@tdurieux
Copy link
Collaborator

tdurieux commented Jul 28, 2017

Looks good for me. Thanks @pvojtechovsky


return cf.createSourcePosition(cu, sourceStart, sourceEnd, lineSeparatorPositions);
/**
* @return index of first whitespace char, searching backward. Can return off if it is whitespace.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong doc: must be "forward" for this one.


/**
* @return index of first non whitespace char, searching backward. Can return off if it is non whitespace.
*/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here: must be forward in doc.

@pvojtechovsky
Copy link
Collaborator Author

Wrong doc: must be "forward" for this one.

Thanks for pointing to that. I fixed that.

@surli surli merged commit 33acd06 into INRIA:master Aug 1, 2017
@pvojtechovsky pvojtechovsky deleted the fixModifierPosition branch August 1, 2017 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants