package camelot

  1. Overview
  2. Docs
An OCaml Linter / Style Checker

Install

Dune Dependency

Authors

Maintainers

Sources

1.7.1.tar.gz
md5=a68be8ffeb0b3e80930c51649e68a05f
sha512=115a2a1a75e70df4897422685fc1ab33db27187ecf0c1e04e24b6ab7e9550fbec8ee6d06dddb2d4509897d23d17c1c1c0a8aec45fc26bc9a00be89209169a759

doc/CHANGELOG.html

Changelog

1.7.1 (2022-02-01)

Fixes:

  • Type constructor equality bugs such as x = Some 5 || x = Some 6. The above expression would show a warning to simplify the || statement because it didn't check that the values inside the Somes are the same.
  • Descent down trees of boolean expressions with || and &&s. If two expressions in the tree are the same, it should warn the user that it can be simplified.

1.7.0 (2021-03-01)

Fix undesired _ = None | None = _ style warnings

  • Only flags _ = Some _ | Some _ = _ option style violations now.
  • Also updates README to mention how Camelot is currently supported by OCaml < 4.13.0 (for now).

1.6.2 (2021-02-08)

 Match Case Improvements (PR#81)

* Improved student-facing "fix" for `x :: []` match patterns.
  Now includes the preferred syntax (`[x]`) that should be used 
  in place of the above.
* Added new tests for the match patterns.
* Add ocaml.4.11.1 to CI runners.
* Added CHANGELOG.md (finally)
OCaml

Innovation. Community. Security.