fix(parser): add semicolon to declaration recovery set#365
Merged
Wodann merged 1 commit intomun-lang:mainfrom Feb 10, 2022
Merged
fix(parser): add semicolon to declaration recovery set#365Wodann merged 1 commit intomun-lang:mainfrom
Wodann merged 1 commit intomun-lang:mainfrom
Conversation
baszalmstra
approved these changes
Feb 9, 2022
Collaborator
baszalmstra
left a comment
There was a problem hiding this comment.
Nice one too! The CI should be fixed with #366, once that's merged could you rebase your changes on the latest main? Ill drop a comment here once that happens.
Collaborator
|
Yes! #366 has been merged! Could you rebase on |
79501f1 to
1e83362
Compare
Codecov Report
@@ Coverage Diff @@
## main #365 +/- ##
==========================================
- Coverage 82.63% 82.63% -0.01%
==========================================
Files 264 264
Lines 15297 15297
==========================================
- Hits 12641 12640 -1
- Misses 2656 2657 +1
Continue to review full report at Codecov.
|
Contributor
Author
|
Rebased! |
This file contains hidden or 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
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.
Example of a problem this fixes:
Original output:
Output after fix: