You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, sbt-stainless expects an external solver to be installed and available in the $PATH. This because I couldn't make scalaz3 work on OSX (see epfl-lara/ScalaZ3#56).
Once the scalaz3 ticket is resolved, we should publish a stainless-scalac-plugin embedding scalaz3 for each supported os and architecture. This way, sbt-stainless will be usable without having to install an external solver.
The text was updated successfully, but these errors were encountered:
romac
changed the title
Make sbt-stainless work withour requiring an external solver
Make sbt-stainless work without requiring an external solver
Apr 10, 2018
Not in the sense that we support Princess out of the box, and having z3 support just requires installing Z3. But yeah, we do not currently ship NativeZ3 with the compiler plugin, which we perhaps should?
Currently, sbt-stainless expects an external solver to be installed and available in the
$PATH
. This because I couldn't make scalaz3 work on OSX (see epfl-lara/ScalaZ3#56).Once the scalaz3 ticket is resolved, we should publish a stainless-scalac-plugin embedding scalaz3 for each supported os and architecture. This way, sbt-stainless will be usable without having to install an external solver.
I've started working on this ticket in this branch: https://github.com/dotta/stainless/tree/wip/include-scalaz3-in-fat-jar
The text was updated successfully, but these errors were encountered: