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

Fix a problem with equating ability rows where one is concrete #3198

Merged
merged 1 commit into from Jul 6, 2022

Conversation

dolio
Copy link
Contributor

@dolio dolio commented Jul 6, 2022

There was logic to equate rows like {g,Foo} with {Bar,Foo}. However, it was only actually working if the rows were passed into the equating function in the right order. Fixed the logic so that it behaves symmetrically.

Fixes #3196

Copy link
Member

@pchiusano pchiusano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you thank you!!! 🙏

@pchiusano pchiusano added the ready-to-merge Apply this to a PR and it will get merged automatically once CI passes and 1 reviewer has approved label Jul 6, 2022
@pchiusano pchiusano merged commit 30b30d8 into trunk Jul 6, 2022
@pchiusano pchiusano deleted the fix/3196 branch July 6, 2022 17:59
@mergify mergify bot removed the ready-to-merge Apply this to a PR and it will get merged automatically once CI passes and 1 reviewer has approved label Jul 6, 2022
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.

Unable to instantiate an ability variable to a concrete ability when inside an ability list
2 participants