-
Notifications
You must be signed in to change notification settings - Fork 83
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
dialects: (csl) Add csl.constants op and printing #2782
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2782 +/- ##
==========================================
+ Coverage 89.79% 89.80% +0.01%
==========================================
Files 379 381 +2
Lines 48124 48256 +132
Branches 7375 7382 +7
==========================================
+ Hits 43211 43336 +125
- Misses 3760 3767 +7
Partials 1153 1153 ☔ 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.
Looks good!
@dk949 do you want to review this as well? Otherwise I'll just merge! |
Sorry, completely missed it, can you give me 15min before merging? |
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.
There's a small error in @constants
printing, otherwise looks great 👍
@dk949 Fixed! |
Add the
csl.constants
op to define constant-initialized arrays and printing for said operation.