We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c33950 commit d71df76Copy full SHA for d71df76
CHANGES.md
@@ -6,6 +6,7 @@
6
7
### Changed
8
9
+- Include locations in the output of `crs grep --sexp` (#24, @mbarbin).
10
- Reduce dependencies and replace `re2` by `ocaml-re` (#17, @mbarbin).
11
- Reduce dependencies and replace `shexp` by `spawn` (#16, @mbarbin).
12
- Make `crs grep` output in a pager when able (#16, @mbarbin).
@@ -14,6 +15,7 @@
14
15
16
### Fixed
17
18
+- Fix position mismatch in tests shown by `ocaml-ci` (#23, @mbarbin).
19
- Disable failing build with 5.4 alpha release (#19, @mbarbin).
20
- Adapt grep implementation for portability to MacOS (#19, @mbarbin).
21
0 commit comments