-
Notifications
You must be signed in to change notification settings - Fork 7
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
Added tests and modules for mixin, rule stmt and quantifier expressions #15
Conversation
Signed-off-by: Vishal <[email protected]>
Signed-off-by: Vishal <[email protected]>
PR confilct |
Resolved PR conflict occuring |
Add some comments and CI failed. |
test/corpus/expr.txt
Outdated
-------------------------------------------------------------------------------- | ||
|
||
(module | ||
(ERROR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unexpected (ERROR
token.
test/corpus/expr.txt
Outdated
(integer) | ||
(integer) | ||
(integer))) | ||
(MISSING _newline) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unexpected (ERROR
token.
test/corpus/expr.txt
Outdated
(integer))) | ||
(MISSING _newline) | ||
(dictionary | ||
(ERROR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unexpected (ERROR
token.
test/corpus/expr.txt
Outdated
-------------------------------------------------------------------------------- | ||
|
||
(module | ||
(ERROR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unexpected (ERROR
token.
test/corpus/expr.txt
Outdated
(string_start) | ||
(string_content) | ||
(string_end)))))) | ||
(MISSING _newline) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unexpected (ERROR
token.
test/corpus/expr.txt
Outdated
(assignment | ||
(dotted_name | ||
(identifier)) | ||
(ERROR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unexpected (ERROR
token.
test/corpus/expr.txt
Outdated
(string_start) | ||
(string_content) | ||
(string_end)))))) | ||
(MISSING _newline) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unexpected (ERROR
token.
test/corpus/expr.txt
Outdated
(string_end)))))) | ||
(MISSING _newline) | ||
(dictionary | ||
(ERROR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unexpected (ERROR
token.
Will fix all unwanted ERROR codes |
Signed-off-by: Vishal <[email protected]>
@Peefy I'll fix them all and create a commit soon here |
The previous PR #14 merged, added |
I think |
So do you want me to remove the |
Yes. |
@Peefy |
No |
So do you want me to keep that change of |
Signed-off-by: Vishal <[email protected]>
Signed-off-by: Vishal <[email protected]>
Signed-off-by: Vishal <[email protected]>
@Peefy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):
2. What is the scope of this PR (e.g. component or file name):
3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):
This PR does the below tasks
4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):
5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links: