Skip to content

@depends.submodules #1

Description

@cooper

@depends.modules cannot be used with submodules because it would prevent the parent module from being unloaded whenever any submodules are loaded. Adding a @depends.submodules option would fix this because it will allow the parent and all submodules to be unloaded at once. The current way of achieving this behavior is to call ->load_submodule() explicitly in the initializer.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions