package crs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A tool for managing code review comments embedded in source code
Install
dune-project
Dependency
Authors
Maintainers
Sources
crs-0.0.20250620.tbz
sha256=c9639ddde0d9126acf847a7b27a84db161b2bfbb7d3c69bba88a4fcfe1d3db21
sha512=34cfa8d001b5f8a87bdf3b78c15150f338c99cb575e8c85e6c398381f953727e0a0267c564d757330e28a57a5eedc27cb72681f82833197b17fa8d1c28a2df05
doc/CHANGES.html
0.0.20250620 (2025-06-20)
Added
- Support for filtering CRs types in emacs cr-grep-mode (#31, @mbarbin).
- Add filtering flags to
crs grep(--soon,--xcrs, etc.) (#30, @mbarbin).
Changed
- Migrate from
Textutils.Ascii_tabletoPrintBoxto reduce dependencies (#28, @mbarbin).
Removed
- No longer depend on
textutilsand transitivelycore_unix(#28, @mbarbin).
0.0.20250618 (2025-06-18)
Added
- Continue to increase code coverage (#17, #25, @mbarbin).
Changed
- Include locations in the output of
crs grep --sexp(#24, @mbarbin). - Reduce dependencies and replace
re2byocaml-re(#17, @mbarbin). - Reduce dependencies and replace
shexpbyspawn(#16, @mbarbin). - Make
crs grepoutput in a pager when able (#16, @mbarbin).
Fixed
- Fix position mismatch in tests shown by
ocaml-ci(#23, @mbarbin). - Disable failing build with 5.4 alpha release (#19, @mbarbin).
- Adapt grep implementation for portability to MacOS (#19, @mbarbin).
Removed
- No longer depend on
re2(#17, @mbarbin). - No longer depend on
shexp(#16, @mbarbin).
0.0.20250605 (2025-06-05)
Added
- Add support for Mercurial repos in the CLI via
volgo-hg-unix(#15, @mbarbin).
Changed
- Update from
vcstovolgolibrary (#14, @mbarbin).
0.0.20250515 (2025-05-15)
Added
- Create a crs grep mode for Emacs to be shipped with the main opam pkg (#13, @mbarbin).
- Improve tests coverage (#8, #11, @mbarbin).
- New flag
crs grep --summaryto display information as summary tables (#8, @mbarbin).
Changed
- Strip the ending of CR content (#11, @mbarbin).
Fixed
- Fix reindentation when printing CRs (#11, @mbarbin).
- Dispose of
Shexp_process.Contextin crs parser (6a584f, @mbarbin).
Removed
- Remove support for 'v' separator in CR comment (#11, @mbarbin).
0.0.20250414 (2025-04-14)
This very early draft release is intended for publication to my custom opam-repository. It allows for initial experimentation and ensures that the release cycle and distribution process are functioning correctly.
Added
- Initialize documentation.
- Initialize project.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page