From d4d30554b0c7f6520c9e4de9430612c7a945f05e Mon Sep 17 00:00:00 2001 From: Florian Verdonck Date: Sat, 19 Jul 2025 13:52:08 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e40098e..829739fb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ > [!WARNING] -> This repository is only for keeping OCaml compatibility with an old version of reanalyze. It is further developed in the [rescript-vscode](https://github.com/rescript-lang/rescript-vscode/tree/master/analysis/reanalyze) repository. +> This repository is only for keeping OCaml compatibility with an old version of reanalyze. It is further developed in the [rescript monorepo](https://github.com/rescript-lang/rescript/tree/master/analysis/reanalyze) repository. # reanalyze From 000aecc3a8277bedfcc5c537ad55c3dabc6d055e Mon Sep 17 00:00:00 2001 From: Florian Verdonck Date: Mon, 21 Jul 2025 15:27:09 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 829739fb..72717e43 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # reanalyze -Program analysis for ReScript and OCaml projects targeting JS (ReScript) as well as native code (dune): +Program analysis for ReScript projects: - Globally dead values, redundant optional arguments, dead modules, dead types (records and variants). - Exception analysis.