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

Improve equivalence checking #1294

Merged
merged 2 commits into from
Sep 27, 2022
Merged

Improve equivalence checking #1294

merged 2 commits into from
Sep 27, 2022

Conversation

drganam
Copy link
Collaborator

@drganam drganam commented Sep 16, 2022

Improvements to equivalence checking phase, including: function call matching, conditional equivalence (--norm option), and user-provided test generators (mkTest annotation)

@vkuncak vkuncak requested review from mario-bucev, jad-hamza and samarion and removed request for mario-bucev and jad-hamza September 23, 2022 17:48
@vkuncak
Copy link
Collaborator

vkuncak commented Sep 23, 2022

@mario-bucev @samarion : Any chance you could take a quick look? Equivalence checking is already in master; this PR improves it. Most changes are localized in that phase and I we do not necessarily need a detailed review of that one; I suggest you focus on any possible interference (my quick check indicates this is minimal).

Copy link
Collaborator

@mario-bucev mario-bucev left a comment

Choose a reason for hiding this comment

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

Looks good to me :)

core/src/main/scala/stainless/extraction/trace/Trace.scala Outdated Show resolved Hide resolved
@mario-bucev
Copy link
Collaborator

The CI is not happy, let us spank it a bit

@drganam
Copy link
Collaborator Author

drganam commented Sep 27, 2022

Now it's back to happy

@mario-bucev
Copy link
Collaborator

@vkuncak Can we merge?

@vkuncak vkuncak merged commit ef27478 into epfl-lara:main Sep 27, 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.

3 participants