Merge: GC now collect cycles
authorJean Privat <jean@pryen.org>
Wed, 5 Apr 2017 00:30:07 +0000 (20:30 -0400)
committerJean Privat <jean@pryen.org>
Wed, 5 Apr 2017 00:30:07 +0000 (20:30 -0400)
commitc9072021b10afa19a78af2b0e0760474c9fed842
treef673045a2aec9c44240270699798218ed5eee691
parent5bf1ff8773a88bc3908a40914e06f1a9a352807d
parent81cdd7ca6944c7b43e677664bb46b068cf8830ea
Merge: GC now collect cycles

This fixes an issue with the actor model where the GC is unable to collect cycles associated with actors objects and printing an annoying warning

Theses modifs should fix the tests in #2401

The downside is that the finalization is no longer in topological order

Pull-Request: #2404