-
Notifications
You must be signed in to change notification settings - Fork 139
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
Introduce toVariableSized
to ConstantSizedArray type
#3016
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3016 +/- ##
==========================================
+ Coverage 79.99% 80.23% +0.23%
==========================================
Files 356 359 +3
Lines 82935 84397 +1462
==========================================
+ Hits 66342 67713 +1371
- Misses 14236 14251 +15
- Partials 2357 2433 +76
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ 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!
Co-authored-by: Bastian Müller <bastian@turbolent.com>
Co-authored-by: Bastian Müller <bastian@turbolent.com>
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.
Looks good!
Work towards #2530
Description
Introduce
toVariableSized
function toConstantSizedArray
type. This function will return a variable sized array whose contents are copies of the original constant sized array.Since copy of values are involved, this is not available if the inner type of the constant sized array is a resource.
master
branchFiles changed
in the Github PR explorer