package ometrics
OCaml analysis in a merge request changes
Install
Dune Dependency
Authors
Maintainers
Sources
ometrics-0.2.0.tar.gz
md5=f0655344f0313f7d8ed06dcb16819fc0
sha512=a1663599fc773b07a927adefdfb934348a5130547fadd8329b19a7123251b4b624068256cbf750b115d773cf6d8edf37bd3ca73e208d6eef6b99250d99464dbf
doc/CHANGES.html
0.2.0
Fixes
- Support type change when parsing changes
- Support modules and functors
- Now compatible with opam-mono-repo
Added
- Removed merlin in favor of Ppxlib
- Compatible with OCaml 4.14
- Toplevel modules are now detected
- Module types are now detected
0.1.3
Fixes
- Read channels before waiting for process (!12 @shrmtv)
- Simplify [base_entry_name] with [split_on_char]. [Filename.extension] could fail if the extension contains unexpected chars (e.g. '/').
0.1.2
Fixes
- Add fingerprints in GitLab format
0.1.1
Fixes
- Fix duplicates in files (#17)
- Fix guard in String.sub
- Fix writting to files
Removed
- ometrics library is no longer public
0.1.0
Added
- Documentation analysis in a merge request