Skip to content

Commit

Permalink
CHANGES
Browse files Browse the repository at this point in the history
Signed-off-by: Kakadu <[email protected]>
  • Loading branch information
Kakadu committed Jul 25, 2024
1 parent e1ad97c commit de9e040
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,19 @@
(contributed by @Artem-Rzhankoff)
- #28: Add lint about nested if expressions.
(contributed by @Artem-Rzhankoff)
- #32: Add lint about constructor names that hide default constructor names
- #32: Add lint about constructor names that hide default constructor names
(contributed by @nnemakin)
- #35: Add lints that detects manual implementations of List.map/fold functions
(contributed by @nnemakin)
- #50: Propose eta reduction when available (contributed by @jegorpopow)
- #51: Warn about pattern matching on boolean values (contributed by @jegorpopow)
- #53: Warn about `"%s"` in formatted strings
- #54: Detection of unused public declarations. (@Kakadu, initial implementation from @jegorpopow)
At the moment support is kind of flaky: it could be broken by several things.

* Custom `public_name` for library my broke detection of `.cmt[i]` files.
* We [need to](https://github.com/ocaml/dune/issues/9724) do 'dune build @check' to generate all required `cmt` files.


### Changed

Expand Down

0 comments on commit de9e040

Please sign in to comment.