Releases: rescript-lang/reanalyze
Releases · rescript-lang/reanalyze
v1.8.0
- First feature-complete exception analysis with
-exception
(bucklescript) and -exception-cmt
for native.
v1.7.0
- Early preview of exception analysis with
-exception
(bucklescript) and -exception-cmt
for native.
v1.6.0
- When file paths are implicit, e.g.
Foo.re
turn them into ./Foo.re
to help editor integration.
- Add command-line option
-debug
and discontinue environment variable Debug
.
- Add command-line option
-write
and discontinue environment variable Write
.
v1.5.0
- Work around issue with flushing when printing first location.
v1.4.0
- Always use OCaml's location format, which is picked up automatically by most tooling.
- Add warning emitted when a live item is annotated @dead.
v1.3.0
- Add command-line option
-live-names this,that
to treat items this
and that
as globally live.
- Support
@warning "-32"
in addition @ocaml.warning "-32"
to mean @live
.
- Add command-line option
live-paths prefix/of/path1,prefix/of/path2
to treat all items in the path prefixes as live.
v1.2.0
- Turn off reporting on
_
as it interferes with the @deriving
ppx.
- Add option to report types dead only in the interface, now off by default.
- Support
@ocaml.warning "-32"
to mean @live
.
- Capture dependencies between types in interface and implementation files.
v1.1.0
- More robust detection of file names (don't rely on the name from the .cmt file).
- Add support for building with OCaml 4.08.