Skip to content

Conversation

@sumitdaga
Copy link
Contributor

No description provided.

Copy link
Collaborator

@maxceem maxceem left a comment

Choose a reason for hiding this comment

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

Thanks @sumitdaga

There are couple cases which are not supported yet:

  1. Extra closing parenthesis causes that evaluate function never finishes: (someArrayWithText contains 'a') || (someArrayWithText contains 'b') || (someArrayWithText contains 'c'))

  2. Same, for multiple extra closing parenthesis: (someArrayWithText contains 'a') || (someArrayWithText contains 'b')) || (someArrayWithText contains 'c'))

  3. Please, don't include into commit describe.only.

  4. As we can only find the token index, not the text index. Update the error message to Parens with the following token indexes are unbalanced: ${unbalancedParens}

@sumitdaga
Copy link
Contributor Author

@maxceem
please take a look now !

Copy link
Collaborator

@maxceem maxceem left a comment

Choose a reason for hiding this comment

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

Works good @sumitdaga.
Thank you.

@maxceem maxceem merged commit ff15262 into topcoder-archive:cf16 Apr 15, 2019
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.

2 participants