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

[Bug]: action comparison #346

Merged

Conversation

seandenigris
Copy link
Member

@seandenigris seandenigris commented Jan 14, 2024

We were only looking at part of the state - species and action - which caused some actions to overshadow others. In fact, since these are mutable, we are better off sticking with identity comparison. Supersedes #345

We were only looking at part of the state - species and action - which caused some actions to overshadow others. In fact, since these are mutable, we are better off sticking with identity comparison
@seandenigris seandenigris merged commit f1f43b4 into magritte-metamodel:master Jan 14, 2024
4 checks passed
@seandenigris seandenigris deleted the bug_action-comparison2 branch January 14, 2024 03:59
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.

1 participant