Treescrub / AcornLib

A lightweight modular Squirrel framework for Left 4 Dead 2 VScripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unload dependencies of a module when unloaded

Treescrub opened this issue · comments

When a module is unloaded, its dependencies should also be unloaded if no other modules depend on them.

The dependency relation is a directed graph, apparently a Depth First Search (DFS) is the way to go to detect cycles.