Sometimes I want to call unload-feature
to unload a library… and it a library depends on it… and another library depends on that library…
How can I unload a library and all the libraries that depends on it, without walking through the dependency tree manually?
A common use case is to unload all the libraries of a package (e.g. when upgrading or uninstalling), so if there's a way to do that, it would be good enough.