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

Shared variable properties should be persisted #791

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

jecisc
Copy link
Member

@jecisc jecisc commented Jun 18, 2024

Smalltalk attributes can be shared variable and we have a way to declare this.

The problem is that this info can be lost when we flush the caches. This change fix this bug.

I also declared this as a property in the MM so that we can query it in the query browser

Fixes #790

Smalltalk attributes can be shared variable and we have a way to declare this. 

The problem is that this info can be lost when we flush the caches. This change fix this bug.

I also declared this as a property in the MM so that we can query it in the query browser
@jecisc jecisc merged commit 6bfc2d9 into development Jun 18, 2024
3 of 4 checks passed
@jecisc jecisc deleted the isSharedVariable branch June 18, 2024 15:29
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

Successfully merging this pull request may close these issues.

FamixStAttribute>>isSharedVariable is volatile
1 participant