finish garbage collection tests #39

Closed
opened 2025-07-28 16:06:46 -07:00 by affine · 0 comments
Owner

Need a unit test in the heap module that performs a deep copy of a Gc and then lets the first copy go out of scope.
Test should ensure that the deep copied data has not been dropped as well, as well as that the deep copied data is equal to the first copy directly after creation.

Need a unit test in the heap module that performs a deep copy of a Gc<GcTester> and then lets the first copy go out of scope. Test should ensure that the deep copied data has not been dropped as well, as well as that the deep copied data is equal to the first copy directly after creation.
affine added this to the HyphaeVM Roadmap project 2025-07-28 16:06:46 -07:00
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: affine/Mycelium#39
No description provided.