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

Cannot install a model #2543

Open
badetitou opened this issue Sep 6, 2024 · 1 comment
Open

Cannot install a model #2543

badetitou opened this issue Sep 6, 2024 · 1 comment

Comments

@badetitou
Copy link
Member

When you install a model that do not have code (or is not a Famix model such as FAST or GitProjectHealth) you can not perform install or installWithCache: true.

This is because of method

clearReplicationManager
	'Clear replication manager' record.
	self entitiesForReplicationDetection do: #clearReplicationCache.
	self removeCache: #allBehaviouralsWithDuplicatedCode.
	self removeCache: #allContainersWithDuplicatedCode

I do remember that there is a way to declare that we do not want the replication manager to compute replication for this model. But I do not remember how it works. Is someone knows how to prevent the replication manager execution?
Maybe @jecisc ?

I'd like to add it to the modularmoose documentation afterwhile

@jecisc
Copy link
Member

jecisc commented Sep 6, 2024

Can you show a stack of the error?

I don't think it was possible to disable it

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

2 participants