-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Implement spec compliant Array constructor #859
Implement spec compliant Array constructor #859
Conversation
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.
The spec asks for a lot of conversions to String
which are unecessary and slow.
Addressed all comments. |
Codecov Report
@@ Coverage Diff @@
## master #859 +/- ##
==========================================
+ Coverage 59.08% 59.14% +0.06%
==========================================
Files 164 164
Lines 10209 10224 +15
==========================================
+ Hits 6032 6047 +15
Misses 4177 4177
Continue to review full report at Codecov.
|
@georgeroman sorry that you have to do this, but could you merge with current |
Sure, no problem, just updated. |
Fixes #816