-
Notifications
You must be signed in to change notification settings - Fork 373
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
fix: missing length check in value declaration #2206
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2206 +/- ##
==========================================
+ Coverage 54.99% 55.02% +0.03%
==========================================
Files 595 595
Lines 79775 79826 +51
==========================================
+ Hits 43872 43927 +55
- Misses 32581 32582 +1
+ Partials 3322 3317 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
cc @ltzmaxwell, I don't think this is what you wanted from the issue |
Co-authored-by: Miloš Živković <[email protected]>
Co-authored-by: Miloš Živković <[email protected]>
Co-authored-by: Miloš Živković <[email protected]>
@omarsy can you resolve the comments, if they are done so we can move forward with this PR? |
from CONTRIBUTING.md:
|
LGTM |
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.
Looks good to me.
…r of variables and values in a ValueDecl or AssignStmt.
Closes #2137
Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description