package camelot
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
An OCaml Linter / Style Checker
Install
dune-project
Dependency
Authors
Maintainers
Sources
2.1.0.tar.gz
md5=0ca931dfc7613cf61999de0b3f0f3ab1
sha512=56105e526d818ead9734d0aec214956b4f0a357b8dd294d21228b8660d04b0c93804e242d7747c3ff9912921e06d349b789c17e1773e293b40edf8854186c261
doc/CHANGELOG.html
Changelog
2.0.1 (2025-02-07)
Add new check for physical equality called EqPhysical
2.0.0 (2022-09-29)
Move from supporting OCaml 4.10.0 to instead support OCaml 4.13.0:
- Migrate from
Streamin the stdlib tocamlp-streams, an opam package with the same functionality. Parsetreewas updated and required code changes:- Support for
Pwith_modtypeandPwith_modtypesubstvariants. - Support for
Psig_modtypesubstvariant. - Rearranging some type deconstruction for
Ppat_constructwhich was restructured slightly.
- Support for
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 theSomes 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)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page