-
Notifications
You must be signed in to change notification settings - Fork 44
Infer defined configurations #2016
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
Merged
rv-jenkins
merged 30 commits into
runtimeverification:master
from
ttuegel:feature--infer-defined-config
Aug 6, 2020
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
65cb367
inferDefined': mark configuration defined
ttuegel 999362d
transitionRule: Apply InferDefined to all rewritable goals
ttuegel 5bb65b6
AndTerms: Add unifyDefined
ttuegel 9e17258
Kore.Internal.TermLike.unDefined
ttuegel b3ef4bb
equalAndEquals: Ignore Defined terms
ttuegel dd67400
unifyDefined
ttuegel 435decf
matchDefined
ttuegel f8a1536
equalsAndEquals: Prefer the term which is defined
ttuegel 1d1eb6f
functionAnd: Fix predicate sort
ttuegel f37f619
updateConcreteElements: Use separate assertions for clearer errors
ttuegel e6d03d8
test_Defined
ttuegel ddd5ef0
RED test_Defined Sets
ttuegel 827c527
GRN test_Defined Sets
ttuegel 77888fc
RED test_Defined Maps
ttuegel 274472f
GRN test_Defined Maps
ttuegel 3675ff5
Move InferDefined step into Simplify
ttuegel aab9652
Remove InferDefined step
ttuegel 32b3d09
Goal: Remove method inferDefined
ttuegel 7c38484
Remove -fno-prof-auto everywhere
ttuegel aba09d7
test_Defined: Test equal patterns both ways
ttuegel 21ee72b
equalAndEquals: Always return first pattern
ttuegel 83be041
RED test_goTranslatePredicate: Test defined /Int patterns
ttuegel fdc14ed
GRN translatePredicateWith: Remove Defined wrapper from Int and Bool
ttuegel b3e15b2
test_goTranslatePredicate -> test_translatePredicateWith
ttuegel 288cfff
test/imp: make golden
ttuegel 74de3f7
test/map/map-definedness: make golden
ttuegel 175c0ad
Merge branch 'master' into feature--infer-defined-config
ttuegel d936801
test_Defined: equalAndEquals returns the first argument
ttuegel c9c3213
Kore.Internal.TermLike.unDefined: Documentation
ttuegel 329d946
Merge branch 'master' into feature--infer-defined-config
ttuegel 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
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
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
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
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,8 +4,6 @@ License : NCSA | |
|
|
||
| -} | ||
|
|
||
| {-# OPTIONS_GHC -fno-prof-auto #-} | ||
|
|
||
| module Prof | ||
| ( MonadProf (..) | ||
| , defaultTraceProf | ||
|
|
||
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.