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
In my limited understanding, nix garbage collector can currently collect our modules from under our feet while the interpreter using them is still running.
Other than praying for this to not happen, what can we really do? Add them as GC roots and remove them with an atexit hook?
The text was updated successfully, but these errors were encountered:
In my limited understanding, nix garbage collector can currently collect our modules from under our feet while the interpreter using them is still running.
Other than praying for this to not happen, what can we really do? Add them as GC roots and remove them with an
atexit
hook?The text was updated successfully, but these errors were encountered: