Hello everyone,
I am happy to announce 2 releases of the dead_code_analyzer (available via opam) :
-
Release 1.1.1 includes a number of bug fixes and strengthens semantics. It also improves the user documentation by describing each report section, their usage and limitations with examples. This release is compatible with OCaml 5.2.
-
Release 1.2.0 is an update of 1.1.1, compatible with OCaml 5.3. The analyzer now takes
.cmtiand.cmtfiles as input instead of.cmiand.cmt. You may notice a larger memory consumption (more information available here).
I addition to these releases, a version compatible with OCaml 4.14 is available on my fork.
Thanks to the OCaml Software Foundation for its funding!
If you encounter any issue with these releases, please report it on the github repository.
Feedback and contributions are welcome.