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

In ec_glob, fix brace parity determination when a right curly brace is to a left curly brace. #54

Merged
merged 1 commit into from
Apr 27, 2019

Conversation

xuhdev
Copy link
Member

@xuhdev xuhdev commented Apr 22, 2019

When the numbers of left and right curly braces are equal, current code
determines that curly braces are paired. However, this will cause errors
when the numbers of left curly braces and right braces are equal but
right curly braces are positioned to the left curly braces.

Fix #54

@xuhdev xuhdev changed the title In ec_glob, fix brace parity determination when a right curly brace i… In ec_glob, fix brace parity determination when a right curly brace is to a left curly brace. Apr 22, 2019
xuhdev added a commit that referenced this pull request Apr 22, 2019
…s to a left curly brace.

When the numbers of left and right curly braces are equal, current code
determines that curly braces are paired. However, this will cause errors
when the numbers of left curly braces and right braces are equal but
right curly braces are positioned to the left curly braces.

Close #54.
…s to a left curly brace.

When the numbers of left and right curly braces are equal, current code
determines that curly braces are paired. However, this will cause errors
when the numbers of left curly braces and right braces are equal but
right curly braces are positioned to the left curly braces.

Fix #54
@xuhdev xuhdev merged commit 6953765 into master Apr 27, 2019
@xuhdev xuhdev deleted the brace-pair branch April 27, 2019 19:00
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.

1 participant