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

Improve SystemInstallation>>install: flexibility #44

Open
gcotelli opened this issue Jan 7, 2022 · 0 comments
Open

Improve SystemInstallation>>install: flexibility #44

gcotelli opened this issue Jan 7, 2022 · 0 comments
Assignees

Comments

@gcotelli
Copy link
Member

gcotelli commented Jan 7, 2022

SystemInstallation>>install: now requires every module to be created by implementing the toInstallOn: message. This is Ok for self-contained modules, but sometimes we want a module with a bit of configuration and the only way to overcome this limitation now is to create a "module factory".
We can refactor a bit install: so self-contained modules are easy to install, but also allow more exotic module creation strategies.

@gcotelli gcotelli self-assigned this Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant