Skip to content

Releases: grayswandyr/electrod

0.5

28 Feb 16:19
Compare
Choose a tag to compare
0.5

CHANGES:

  • add option --temporal-symmetry/--ts to generate a full temporal symmetry formula
  • adapt to changes in the API of the Containers package

0.4.1

06 Dec 21:04
Compare
Choose a tag to compare

CHANGES:

  • fighting once again with dune-release...

0.3.2

16 Oct 15:03
Compare
Choose a tag to compare

CHANGES:

  • fix issue when creating 0.3.1 which led to opam file being still absent

0.2.3

22 Sep 08:24
Compare
Choose a tag to compare

CHANGES:

  • fix compilation problems (depend on ocaml >= 4.05.0)
  • use dune-build-info

0.2.2

21 Sep 12:56
Compare
Choose a tag to compare

CHANGES:

  • switch to Iter and Stdlib
  • reformat code
  • fix bug related to update of Fmt

0.2.1

01 Nov 17:02
Compare
Choose a tag to compare

CHANGES:

  • fix bug between Dune, Menhir and 4.07.1
  • make compilable until 4.04
  • add compilation testing for various versions of the compiler

0.2.0

25 Oct 14:23
Compare
Choose a tag to compare

CHANGES:

  • migration to OPAM 2.0
  • migration to Dune 1.4 (for better handling of Menhir)
  • handle SIGTERM properly
  • feature #993: add BMC mode
  • bug #978: handle nested "always" in INVAR field

0.1.7

23 May 19:19
Compare
Choose a tag to compare

0.1.7 (2018-05-23)

  • remove ocamlfind from dependencies
  • handle child termination

0.1.6

09 May 21:17
Compare
Choose a tag to compare

0.1.6 (2018-05-09)

  • fix opam problems... (sigh!)

0.1.5

09 May 19:50
Compare
Choose a tag to compare

0.1.5 (2018-05-09)

  • fix lexical error on SMV trace parsing (GH#2)
  • use short names when generating SMV files (#805)
  • switch to jbuilder/dune & get rid of most ppx'es
  • use hashconsing internally (improved compilation speed)
  • fix parsing bug of parenthesized integer expressions