Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to move classes to sub applications while loading #132

Open
eMaringolo opened this issue Apr 8, 2024 · 0 comments
Open

Add option to move classes to sub applications while loading #132

eMaringolo opened this issue Apr 8, 2024 · 0 comments
Labels
enhancement New feature or request importing Issues related with importing from Tonel format

Comments

@eMaringolo
Copy link
Collaborator

There could be cases where you have a class, e.g. ClassA, defined in the root application ApplicationA.
In a subsequent load, that uses the existing edition of the app as the base edition, ClassA is defined in SubApplicationA (subapp of ApplicationA).
This movement can cause issues, and maybe there is a way that the loader can detect such situation and move the definition of the class to the subapplication automatically, avoiding load errors that require manual modification of the base editions (or to avoid using a base edition of the app at all)

@eMaringolo eMaringolo added enhancement New feature or request importing Issues related with importing from Tonel format labels Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request importing Issues related with importing from Tonel format
Projects
None yet
Development

No branches or pull requests

1 participant