-
Notifications
You must be signed in to change notification settings - Fork 374
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: value decl loop #2074
fix: value decl loop #2074
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2074 +/- ##
==========================================
+ Coverage 60.44% 60.51% +0.06%
==========================================
Files 563 563
Lines 75159 75363 +204
==========================================
+ Hits 45427 45603 +176
- Misses 26343 26369 +26
- Partials 3389 3391 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@petar-dambovaliev |
fixes this by splitting value declarations with multiple values into single declarations with a single value.
Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description