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

Unit test for lambda theory fails check_analysis test #235

Closed
gkronber opened this issue Aug 16, 2024 · 0 comments
Closed

Unit test for lambda theory fails check_analysis test #235

gkronber opened this issue Aug 16, 2024 · 0 comments

Comments

@gkronber
Copy link
Collaborator

This issue refers to the ale/3.0 branch.

After activating the check_analysis() assertion in rebuild!(g::EGraph) the unit tests for lambda_theory fail, because the join-semilattice invariant is not fullfilled.
If I'm not mistaken, the code of the semantic analysis methods (make and join) in lambda_theory.jl is not correct.

function EGraphs.make(g::EGraph{ExprType,LambdaAnalysis}, n::VecExpr) where {ExprType}
.

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