Skip to content

Namespace module names to enable submodules with the same folder name #127

@alexjreich

Description

@alexjreich

For example:

- /data
  - /modules
    -/admin
-/stuff
  -/modules
     -/admin

Will create a boot exception for duplicate modules named admin.

Suggest we auto namespace submodules, so in the above, the modules would be data-admin and stuff-admin.

The side benefit of this is it would make finding submodules that throw nxus exceptions much easier - right now it can be hard to track down where exactly a submodule is in the tree.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions