package ometrics
OCaml analysis in a merge request changes
Install
Dune Dependency
Authors
Maintainers
Sources
0.2.1.tar.gz
md5=723b7123a7468e116e83b034e1d59f60
sha512=b785e1f878c9432dabdc437e5c9c96724f097b79d1c8aaf1f465fbf6b6ae35f240d77a2294f31a10ba39a56065056a5befd3641adf93aee56cf5d519ce2a955f
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