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
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
iFrostizz
reviewed
Aug 8, 2023
tothtamas28
reviewed
Aug 9, 2023
blocked on: runtimeverification/hs-backend-booster#268 |
This reverts commit c0c16dd.
tothtamas28
approved these changes
Sep 8, 2023
This was referenced Sep 8, 2023
Baltoli
pushed a commit
to runtimeverification/k
that referenced
this pull request
Apr 9, 2024
With runtimeverification/haskell-backend#3637, kore-rpc returns a new response with a `vacuous` stop reason and the current state before rewriting the state to `#Bottom`. Changes in this PR: - added a new set `vacuous` to the kcfg. The reason to add the set here and not in the `APRProof` is that the response comes from the backend, and is not semantics related. - modified `cterm_execute` to return if the result is vacuous. - modified `extend` to add a `vacuous` node to the kcfg if `cterm_execute` gets a `vacuous` response. - modified `APRProof` and `APRBMCProof` to prevent marking `vacuous` nodes as `pending` or `failing`. - modified proof summaries to include `vacuous`. <img width="827" alt="Screenshot 2023-08-08 at 16 42 48" src="https://github.com/runtimeverification/pyk/assets/16517508/5e20228e-03e0-412f-8fb1-c5f9ac340ad9"> --------- Co-authored-by: devops <[email protected]> Co-authored-by: Petar Maksimovic <[email protected]> Co-authored-by: Petar Maksimović <[email protected]>
Baltoli
pushed a commit
to runtimeverification/k
that referenced
this pull request
Apr 9, 2024
With runtimeverification/haskell-backend#3637, kore-rpc returns a new response with a `vacuous` stop reason and the current state before rewriting the state to `#Bottom`. Changes in this PR: - added a new set `vacuous` to the kcfg. The reason to add the set here and not in the `APRProof` is that the response comes from the backend, and is not semantics related. - modified `cterm_execute` to return if the result is vacuous. - modified `extend` to add a `vacuous` node to the kcfg if `cterm_execute` gets a `vacuous` response. - modified `APRProof` and `APRBMCProof` to prevent marking `vacuous` nodes as `pending` or `failing`. - modified proof summaries to include `vacuous`. <img width="827" alt="Screenshot 2023-08-08 at 16 42 48" src="https://github.com/runtimeverification/pyk/assets/16517508/5e20228e-03e0-412f-8fb1-c5f9ac340ad9"> --------- Co-authored-by: devops <[email protected]> Co-authored-by: Petar Maksimovic <[email protected]> Co-authored-by: Petar Maksimović <[email protected]>
Baltoli
pushed a commit
to runtimeverification/k
that referenced
this pull request
Apr 10, 2024
With runtimeverification/haskell-backend#3637, kore-rpc returns a new response with a `vacuous` stop reason and the current state before rewriting the state to `#Bottom`. Changes in this PR: - added a new set `vacuous` to the kcfg. The reason to add the set here and not in the `APRProof` is that the response comes from the backend, and is not semantics related. - modified `cterm_execute` to return if the result is vacuous. - modified `extend` to add a `vacuous` node to the kcfg if `cterm_execute` gets a `vacuous` response. - modified `APRProof` and `APRBMCProof` to prevent marking `vacuous` nodes as `pending` or `failing`. - modified proof summaries to include `vacuous`. <img width="827" alt="Screenshot 2023-08-08 at 16 42 48" src="https://github.com/runtimeverification/pyk/assets/16517508/5e20228e-03e0-412f-8fb1-c5f9ac340ad9"> --------- Co-authored-by: devops <[email protected]> Co-authored-by: Petar Maksimovic <[email protected]> Co-authored-by: Petar Maksimović <[email protected]>
Baltoli
pushed a commit
to runtimeverification/k
that referenced
this pull request
Apr 10, 2024
With runtimeverification/haskell-backend#3637, kore-rpc returns a new response with a `vacuous` stop reason and the current state before rewriting the state to `#Bottom`. Changes in this PR: - added a new set `vacuous` to the kcfg. The reason to add the set here and not in the `APRProof` is that the response comes from the backend, and is not semantics related. - modified `cterm_execute` to return if the result is vacuous. - modified `extend` to add a `vacuous` node to the kcfg if `cterm_execute` gets a `vacuous` response. - modified `APRProof` and `APRBMCProof` to prevent marking `vacuous` nodes as `pending` or `failing`. - modified proof summaries to include `vacuous`. <img width="827" alt="Screenshot 2023-08-08 at 16 42 48" src="https://github.com/runtimeverification/pyk/assets/16517508/5e20228e-03e0-412f-8fb1-c5f9ac340ad9"> --------- Co-authored-by: devops <[email protected]> Co-authored-by: Petar Maksimovic <[email protected]> Co-authored-by: Petar Maksimović <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
With runtimeverification/haskell-backend#3637, kore-rpc returns a new response with a
vacuous
stop reason and the current state before rewriting the state to#Bottom
.Changes in this PR:
vacuous
to the kcfg. The reason to add the set here and not in theAPRProof
is that the response comes from the backend, and is not semantics related.cterm_execute
to return if the result is vacuous.extend
to add avacuous
node to the kcfg ifcterm_execute
gets avacuous
response.APRProof
andAPRBMCProof
to prevent markingvacuous
nodes aspending
orfailing
.vacuous
.