-
Running "solc --formal" against Fund.sol from [this gist](https://gist.github.com/chriseth/c4a53f201cd17fc3dd5f8ddea2aa3ff9) results in an error "Compound assignment not supported".
formal> solc --v…
-
Two issues with solc --formal.
1 - Wrong output filename.
`solc --formal -o . TheFile.sol` outputs `solidity.mlw` instead of file name.
2 - Error when running the binary search solidity source file…
-
```
[ERROR] Bad checksum for /home/dsheets/.opam/packages.dev/cudf.0.7/cudf-0.7.tar.gz:
- 2047222fcf78278c6a24ac619fc39abb [expected result]
- 60a3dba657a726f476101932e336c796 [act…
-
We currently have an issue for our roadmap (#256). However this is a terrible medium for storing and communicating this information and as a consequence we've let it get totally out of date.
So how s…
-
After running an `opam update` in the past, OPAM wanted to upgrade some of my packages, but I wanted to keep they unchanged, so I just refused to do an `opam upgrade`.
Now, I'm trying to install a sp…
-
ETA is really appealing since
1. Typed programming to the enterprise
2. Promises easy to learn for people from imperative languages
3. Provides Haskell compatibility
4. Provides JVM compatibility …
-
For example, this code:
```
(declare-fun myf (Int Int Int) Int)
(assert
(forall ((x Int) (y Int) (z Int))
(ite (= z 0) (= (myf x y z) (+ x y))
(ite (= z 1) (= (myf x y z) (- x y))
(ite…
-
Starting from version 0.4.0, source files have to specify which compiler version they are targeting, to prevent breaking changes from going unnoticed:
```
pragma solidity "^0.4.0";
```
The string ca…
-
After I installed Glibc, I get all the time this error/warning whenever I start any command which was installed by Linuxbrew:
```
Inconsistency detected by ld.so: dl-close.c: 759: _dl_close: Assertio…
-
When I try to install why3 (0.86.2) with latest stable OCaml compiler (4.02.3), the installation fails:
```
$ opam install why3
The following actions will be performed:
- install why3-base.0.86.2 …