You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would appear that there are changes to garbage collection, which makes a bunch of sense.
Will dig back into this soon
1) Object should retain references to written Objects:
AssertionError [ERR_ASSERTION]: "o" has not been garbage collected
+ expected - actual
-false
+true
at Context.<anonymous> (test/object.js:46:5)
2) pointer should retain references to a written pointer in a Buffer:
AssertionError [ERR_ASSERTION]: "child" has not been garbage collected
+ expected - actual
-false
+true
at Context.<anonymous> (test/pointer.js:45:5)
The text was updated successfully, but these errors were encountered:
It would appear that there are changes to garbage collection, which makes a bunch of sense.
Will dig back into this soon
The text was updated successfully, but these errors were encountered: