-
Notifications
You must be signed in to change notification settings - Fork 43
Match disjunction tool #2697
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
Merged
Match disjunction tool #2697
Conversation
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
…nto match-disjunction-tool
…nto match-disjunction-tool
|
|
|
|
|
|
…nto match-disjunction-tool
|
dopamane
approved these changes
Aug 6, 2021
ana-pantilie
commented
Aug 6, 2021
Contributor
Author
ana-pantilie
left a comment
There was a problem hiding this 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!
|
|
|
rv-jenkins
added a commit
that referenced
this pull request
Aug 17, 2021
* add kore-check-functions cabal executable and Main stub * Materialize Nix expressions * draft kore-check-functions command line options * traverse module sentences * drafting function check for a sentence * use isFunctionPattern * cleanup equation pattern match * typechecks, used #2697 as loose template with extractEquations function * log error, use ExitFailure 3 to denote kore-check-function failure * WIP draft check functions test group * add license and copyright * ExitFailure 3 * add verifiedMyModule * Materialize Nix expressions * fixing test errors * move checkFunctions from Main to Kore.CheckFunctions * Materialize Nix expressions * first test typecheck * WIP testing failure * debugging unit test * use toTermLikeOld * debug tests * cleanup and typecheck * Format with fourmolu * debug too many arguments exception * Fix unit test for failing case * Format with fourmolu * Materialize Nix expressions * hlint * move checkFunctions into Kore.Exec * Materialize Nix expressions * move test_checkFunctions from Test.Kore.CheckFunctions into Test.Kore.Exec * Materialize Nix expressions * cleanup and add docs * add notes on test case * capitalization Co-authored-by: ana-pantilie <45069775+ana-pantilie@users.noreply.github.com> * create new log type, cleanup checkFunctions * Format with fourmolu * Remove comment * Materialize Nix expressions * Make linter happy * cleanup checkFunctions, use filter Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: ana-pantilie <ana.pantilie95@gmail.com> Co-authored-by: ana-pantilie <45069775+ana-pantilie@users.noreply.github.com> Co-authored-by: rv-jenkins <admin@runtimeverification.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #2649
Review checklist
The author performs the actions on the checklist. The reviewer evaluates the work and checks the boxes as they are completed.