Skip to content

Update dependency: deps/k_release #2357

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 5 commits into from
Jan 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.0.0-1af793e
v5.0.0-2440f2e
4 changes: 2 additions & 2 deletions test/imp/run-stepf-repl-script-spec.k.out.golden
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Kore (0)> ProveStepsF 11
Kore (10)> ProveStepsF 4
Kore (17)> ProveStepsF 1000
Kore (15)> ProveStepsF 1000
Proof completed on all branches.
Kore (17)> Prove (Left (ClaimIndex {unClaimIndex = 1}))
Kore (15)> Prove (Left (ClaimIndex {unClaimIndex = 1}))
Switched to proving claim 1
Kore (0)> ProveStepsF 1000
Proof completed on all branches.
Expand Down
2 changes: 1 addition & 1 deletion test/issue-2010/test.k
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module TEST
| "None"
syntax MaybeInt ::= f() [function, functional, no-evaluators]

configuration <k> f() </k>
configuration <k> $PGM:MaybeInt </k>

rule <k> None => true ... </k>
rule <k> Some I => I ... </k>
Expand Down
2 changes: 1 addition & 1 deletion test/issue-2205/test.k
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module TEST
imports INT
configuration <k> init </k>
configuration <k> $PGM:KItem </k>
syntax KItem ::= "init" | "one" | "two"
rule <k> init => ?_:Int </k>
rule <k> 1 => one </k>
Expand Down