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

Removing bv sorts from checked files #2736

Merged
merged 4 commits into from
Oct 26, 2022
Merged

Removing bv sorts from checked files #2736

merged 4 commits into from
Oct 26, 2022

Conversation

mtzguido
Copy link
Member

As discussed in #2684.

Fixes #2684.

mtzguido and others added 4 commits October 20, 2022 11:21
The sorts on Tm_name and Tm_bvar nodes are unneded, and should be
removed at some point.

Currently, they may contain other terms and be affected by typechecking,
and would need to be compressed before writing them to a file (as issue
 #2684 shows)

As a bandaid, simply delete them on deep_compress: they are not needed
at all in the checked file, and we save the trouble of descending and
deep_compress'ing the sort, which also currently may fail.
@aseemr aseemr merged commit c722846 into master Oct 26, 2022
@aseemr aseemr deleted the guido_2684 branch October 26, 2022 16:33
@aseemr
Copy link
Collaborator

aseemr commented Oct 26, 2022

Thanks @mtzguido!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants