Conversation
35b2d20 to
a117878
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
guybedford
left a comment
There was a problem hiding this comment.
Can Arrays of GC references be handled? There don't seem to be any test cases covering this. What happens for Vec<Ref> with this implementation currently?
Fine to defer, just nice to know what the situation is.
This is intentional. This mostly depends on the GC spec I'm writing at the moment. |
a117878 to
5778609
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5868 +/- ##
==========================================
+ Coverage 70.14% 70.22% +0.07%
==========================================
Files 407 408 +1
Lines 107225 108610 +1385
Branches 17972 17974 +2
==========================================
+ Hits 75214 76272 +1058
- Misses 21228 21553 +325
- Partials 10783 10785 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bcab4a2 to
e9e9d92
Compare
|
Rebased and force pushed. |
Adds array support to the Rust/JSG layer.
Some other notable changes: