-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
Add a display type for JsString to allow formatting without allocations #3951
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3951 +/- ##
==========================================
+ Coverage 47.24% 51.32% +4.08%
==========================================
Files 476 469 -7
Lines 46892 45228 -1664
==========================================
+ Hits 22154 23215 +1061
+ Misses 24738 22013 -2725 ☔ 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 addition, looks good to me! :)
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.
Besides the minor nitpicks this looks good to me! :)
Co-authored-by: Haled Odat <8566042+HalidOdat@users.noreply.github.com>
Co-authored-by: Haled Odat <8566042+HalidOdat@users.noreply.github.com>
Co-authored-by: Haled Odat <8566042+HalidOdat@users.noreply.github.com>
@HalidOdat merged those three, don't know why I split the write in two with unpaired surrogates. |
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 perfect to me! :)
…ns (boa-dev#3951) Co-authored-by: Haled Odat <8566042+HalidOdat@users.noreply.github.com>
Splitting this into its own PR as the other PR was getting too large and opinionated. This should be fairly straightforward.