-
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
RPC wrapper for simple arrays #2792
Conversation
Arrays of basic types should be covered completely.
Codecov Report
@@ Coverage Diff @@
## master #2792 +/- ##
==========================================
+ Coverage 84.80% 84.85% +0.04%
==========================================
Files 327 327
Lines 41243 41358 +115
==========================================
+ Hits 34978 35095 +117
+ Misses 4834 4831 -3
- Partials 1431 1432 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Another issue I'm thinking about is that array of something
can be naturally substituted by Null
stackitem and our unwrappers won't accept it. Maybe it's worth to add Null
support to unwrap
package for arrays?
If we don't want to add |
No description provided.