package landmarks
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=d616cd1430badbaa72388c24fd78b974b75a160a875f2e7a630c34370f448d47
md5=92e0f9442d8ea91915bee492b1bb1655
CHANGES.md.html
version 1.3, 6 dec 2018
migrate from jbuilder to dune
migrate to opam 2.0
adds two new primitives: push/pop_profiling_state
prepare migration for Pervasives deprecation
redefine 'Stdlib.raise' in the 'Landmark' to allow using landmark with -no-stdlib (as 'raise' is used to wrap exception in the generated code).
version 1.2, 20 may 2018
improved documentation (issue #8, pull-request #11, contributed by Andre Maroneze)
migrate the build to dune/jbuilder
support for OCAML 4.02 (issue #6)
landmarks-viewer is now a separate git repository
fix issue #13 (Pierre Boutiller & Nils Becker)
version 1.1, 9 Jan 2017
fix 'debug' option (issue #7)
ability to specify a directory for outputing in temporary files (issue #4)
fix problem with labelled argument (issue #3)
prepend a digest to top-levels identifiers generated by the ppx rewriter to avoid name clashes (issue #2)
module qualification of landmark names (issue #1)
version 1.0, 8 Jul 2016
first release