Skip to content
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

Update K to 6.0.108 #3664

Closed
wants to merge 18 commits into from
Closed
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 @@
6.0.87
6.0.108
30 changes: 15 additions & 15 deletions test/imp/max-symbolic.imp.out.golden
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.
</k>
<state>
max |-> ?_I:Int
max |-> ?_I0:Int
x |-> ?_I:Int
y |-> ?_I0:Int
z |-> ?_I1:Int
Expand All @@ -13,21 +13,21 @@
{
false
#Equals
?_I:Int <=Int ?_I0:Int
?_I0:Int <=Int ?_I1:Int
}
#And
{
false
true
#Equals
?_I:Int <=Int ?_I1:Int
?_I:Int <=Int ?_I0:Int
}
#Or
<T>
<k>
.
</k>
<state>
max |-> ?_I0:Int
max |-> ?_I1:Int
x |-> ?_I:Int
y |-> ?_I0:Int
z |-> ?_I1:Int
Expand All @@ -37,13 +37,13 @@
{
false
#Equals
?_I0:Int <=Int ?_I1:Int
?_I:Int <=Int ?_I0:Int
}
#And
{
true
#Equals
?_I:Int <=Int ?_I0:Int
?_I:Int <=Int ?_I1:Int
}
#Or
<T>
Expand All @@ -59,37 +59,37 @@
</T>
#And
{
false
true
#Equals
?_I:Int <=Int ?_I0:Int
?_I0:Int <=Int ?_I1:Int
}
#And
{
true
#Equals
?_I:Int <=Int ?_I1:Int
?_I:Int <=Int ?_I0:Int
}
#Or
<T>
<k>
.
</k>
<state>
max |-> ?_I1:Int
max |-> ?_I:Int
x |-> ?_I:Int
y |-> ?_I0:Int
z |-> ?_I1:Int
</state>
</T>
#And
{
true
false
#Equals
?_I0:Int <=Int ?_I1:Int
?_I:Int <=Int ?_I0:Int
}
#And
{
true
false
#Equals
?_I:Int <=Int ?_I0:Int
?_I:Int <=Int ?_I1:Int
}
8 changes: 4 additions & 4 deletions test/issue-2010/1.test.out.golden
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<k>
true ~> .
I:Int ~> .
</k>
#And
{
None
Some I:Int
#Equals
f ( )
}
#Or
<k>
I:Int ~> .
true ~> .
</k>
#And
{
Some I:Int
None
#Equals
f ( )
}
20 changes: 10 additions & 10 deletions test/smt-none/program.test.out.golden
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
<k>
.
</k>
#And
{
?T1:Type
#Equals
?T2:Type
}
#Or
#Not ( {
?T1:Type
#Equals
Expand All @@ -17,3 +7,13 @@
<k>
?T1:Type = ?T2:Type ~> .
</k>
#Or
<k>
.
</k>
#And
{
?T1:Type
#Equals
?T2:Type
}