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

FamixTWithSourceAnchor is deprecated, migration required #2

Open
deem0n opened this issue Jul 27, 2023 · 0 comments
Open

FamixTWithSourceAnchor is deprecated, migration required #2

deem0n opened this issue Jul 27, 2023 · 0 comments

Comments

@deem0n
Copy link
Owner

deem0n commented Jul 27, 2023

Before:

Trait << #FamixTWithSourceAnchor
	slots: { #sourceAnchor => FMOne type: #FamixTSourceAnchor opposite: #element };
	package: 'Famix-Deprecated'

Now

Trait << #FamixTSourceAnchor
	slots: { #element => FMOne type: #FamixTSourceEntity opposite: #sourceAnchor };
	tag: 'SourceAnchor';
	package: 'Famix-Traits'
image

It seems that direction of relation was changed, so we should not simply rename the class...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant