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

Extract preview dependency logic? #15

Open
LinqLover opened this issue Mar 17, 2021 · 0 comments
Open

Extract preview dependency logic? #15

LinqLover opened this issue Mar 17, 2021 · 0 comments
Labels
devops Deployment and operations meta Organizational topic

Comments

@LinqLover
Copy link
Owner

LinqLover commented Mar 17, 2021

At the moment, TelegramSmalltalkBot as well as TelegramBot and SimulationStudio and some pieces of logic for installing preview dependencies in their baseline which are partially overlapping. Because they contain common logic that needed to be synced manually between all repositories, it might be worth a thought to extract this logic into a central place, i.e. another repository that would work as some kind of Metacello extension.

Since the general approach of these dependencies is questionary, this should be reconsidered.
Problems with the current approach include:

  • uninstallability
  • cacheability (see also Accelerate updates #14)
  • selectivity (at the moment, one method is required for every group of prevdeps)

For a general discussion, also see the comments in LinqLover/TelegramBot#1 as well as Metacello/metacello#528 and Metacello/metacello#530.

@LinqLover LinqLover added the meta Organizational topic label Mar 17, 2021
@LinqLover LinqLover added the devops Deployment and operations label Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops Deployment and operations meta Organizational topic
Projects
None yet
Development

No branches or pull requests

1 participant