Skip to content

Commit

Permalink
update version and golds to match
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Apr 5, 2024
1 parent 46b3f58 commit 9cb5db0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion SBVTestSuite/GoldFiles/allSat8.gold
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ EXCEPTION CAUGHT:
*** NB. If this is a use case you'd like SBV to support, please get in touch!

CallStack (from HasCallStack):
error, called at ./Data/SBV/Control/Utils.hs:1660:57 in sbv-10.7-inplace:Data.SBV.Control.Utils
error, called at ./Data/SBV/Control/Utils.hs:1660:57 in sbv-10.8-inplace:Data.SBV.Control.Utils
2 changes: 1 addition & 1 deletion SBVTestSuite/GoldFiles/nested1.gold
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Data.SBV: Mismatched contexts detected.
*** See https://github.com/LeventErkok/sbv/issues/71 for several examples.

CallStack (from HasCallStack):
error, called at ./Data/SBV/Core/Symbolic.hs:1937:48 in sbv-10.7-inplace:Data.SBV.Core.Symbolic
error, called at ./Data/SBV/Core/Symbolic.hs:1937:48 in sbv-10.8-inplace:Data.SBV.Core.Symbolic
2 changes: 1 addition & 1 deletion SBVTestSuite/GoldFiles/nested2.gold
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Data.SBV: Mismatched contexts detected.
*** See https://github.com/LeventErkok/sbv/issues/71 for several examples.

CallStack (from HasCallStack):
error, called at ./Data/SBV/Core/Symbolic.hs:1937:48 in sbv-10.7-inplace:Data.SBV.Core.Symbolic
error, called at ./Data/SBV/Core/Symbolic.hs:1937:48 in sbv-10.8-inplace:Data.SBV.Core.Symbolic
2 changes: 1 addition & 1 deletion SBVTestSuite/GoldFiles/nested3.gold
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Data.SBV: Mismatched contexts detected.
*** See https://github.com/LeventErkok/sbv/issues/71 for several examples.

CallStack (from HasCallStack):
error, called at ./Data/SBV/Core/Symbolic.hs:1937:48 in sbv-10.7-inplace:Data.SBV.Core.Symbolic
error, called at ./Data/SBV/Core/Symbolic.hs:1937:48 in sbv-10.8-inplace:Data.SBV.Core.Symbolic
2 changes: 1 addition & 1 deletion SBVTestSuite/GoldFiles/nested4.gold
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Data.SBV: Mismatched contexts detected.
*** See https://github.com/LeventErkok/sbv/issues/71 for several examples.

CallStack (from HasCallStack):
error, called at ./Data/SBV/Core/Symbolic.hs:1937:48 in sbv-10.7-inplace:Data.SBV.Core.Symbolic
error, called at ./Data/SBV/Core/Symbolic.hs:1937:48 in sbv-10.8-inplace:Data.SBV.Core.Symbolic
4 changes: 2 additions & 2 deletions SBVTestSuite/GoldFiles/query1.gold
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
[SEND] (get-info :reason-unknown)
[RECV] (:reason-unknown "state of the most recent check-sat command is not known")
[SEND] (get-info :version)
[RECV] (:version "4.13.0")
[RECV] (:version "4.13.1")
[SEND] (get-info :status)
[RECV] (:status sat)
[GOOD] (define-fun s16 () Int 4)
Expand Down Expand Up @@ -108,7 +108,7 @@
[SEND] (get-info :reason-unknown)
[RECV] (:reason-unknown "unknown")
[SEND] (get-info :version)
[RECV] (:version "4.13.0")
[RECV] (:version "4.13.1")
[SEND] (get-info :memory)
[RECV] unsupported
[SEND] (get-info :time)
Expand Down
2 changes: 1 addition & 1 deletion SMTSolverVersions.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ report any issues you might see with newer releases.
* Version 2.6.2 as downloaded from the above site on Apr 7, 2020
* Z3:
* http://github.com/Z3Prover/z3
* Version as downloaded from the above site on Mar 23rd, 2024
* Version as downloaded from the above site on April 5th, 2024
* SBV typically relies on latest features of z3, so compiling directly
from the sources is recommended. If that's not possible, you should
always use their latest release.

0 comments on commit 9cb5db0

Please sign in to comment.