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 the missing include_subsume flag so that subsumed tuples does not show up for rules #474

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

yihozhang
Copy link
Collaborator

To see how this bug can cause failures, comment out the lines where from_column_index is used (which is hiding the bug) and use LazyTrie::default instead and run the tests again.

…ot show up for rules

To see how this bug can cause failures, comment out the lines where `from_column_index` is used (which is hiding the bug) and use `LazyTrie::default` instead and run the test.
@yihozhang yihozhang requested a review from a team as a code owner December 2, 2024 07:29
Copy link

codspeed-hq bot commented Dec 2, 2024

CodSpeed Performance Report

Merging #474 will not alter performance

Comparing yihozhang-patch-3 (5b28b12) with main (86cb822)

Summary

✅ 8 untouched benchmarks

Copy link
Member

@oflatt oflatt left a comment

Choose a reason for hiding this comment

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

Oof, good catch
Was this making eggcc slower?

@yihozhang
Copy link
Collaborator Author

I'm not sure. We can bump eggcc's egglog version and see if it's faster.

@yihozhang yihozhang merged commit 246b195 into main Dec 4, 2024
9 checks passed
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.

2 participants