-
Notifications
You must be signed in to change notification settings - Fork 79
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
core: Add checks on chaining variadics in declarative assembly format. #2106
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2106 +/- ##
=======================================
Coverage 89.47% 89.48%
=======================================
Files 326 326
Lines 38838 38873 +35
Branches 5747 5754 +7
=======================================
+ Hits 34752 34787 +35
Misses 3288 3288
Partials 798 798 ☔ View full report in Codecov by Sentry. |
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.
Nice!
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.
Nice!
Just adding more checks and tests for variadics in the declarative assembly format; for example, don't chain multiple variadic type directives; they need a separator for the parser to know when the first ends.