This repository was archived by the owner on Apr 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Make anti-unification more sort-aware #598
Merged
Merged
Changes from 12 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
28157b5
Add least_common_supersort(), use in sort(), use sort() in anti_unify…
nwatson22 d5895f9
Merge 28157b53dac3a613c8681df13907b5cbd9458d9d into 97a9a21bb10f163e0…
nwatson22 a8222ac
Set Version: 0.1.412
rv-auditor b2ad557
Move anti-unification into cterm.py and make anti-unification of cter…
nwatson22 778cd00
Merge branch 'noah/anti-unify-sort-fix' of https://github.com/runtime…
nwatson22 fee00bb
Merge master into branch
nwatson22 b41f7a3
Merge fee00bbc56924ae24af85126efda22d0007ef2e9 into fd06d71322d85f41e…
nwatson22 3fcf774
Set Version: 0.1.414
rv-auditor 34f35cf
Incorporarte code from #544 which removes constraints for variables t…
nwatson22 b73dfba
Merge branch 'noah/anti-unify-sort-fix' of https://github.com/runtime…
nwatson22 410d334
Simplify code, allow pruning of constraints referring to absent varia…
nwatson22 c782d0f
Fix formatting and error message typing
nwatson22 b09cd39
Merge branch 'master' into noah/anti-unify-sort-fix
nwatson22 633caf3
Merge b09cd393d978c417d45863d172626a82e2d5bf17 into 66e1af269c21ab330…
nwatson22 3a1c459
Set Version: 0.1.415
rv-auditor 9153ffb
Add tests for KDefinition.sort()
nwatson22 365f7ec
Merge branch 'noah/anti-unify-sort-fix' of https://github.com/runtime…
nwatson22 4bb5db9
Merge branch 'master' into noah/anti-unify-sort-fix
nwatson22 28b0b76
Merge 4bb5db9cfd6cf6894b7a09d504234b407f77573c into 3dbb978c37d9e006e…
nwatson22 4b7472e
Set Version: 0.1.416
rv-auditor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 0.1.413 | ||
| 0.1.414 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
|
||
| [tool.poetry] | ||
| name = "pyk" | ||
| version = "0.1.413" | ||
| version = "0.1.414" | ||
| description = "" | ||
| authors = [ | ||
| "Runtime Verification, Inc. <[email protected]>", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.