Skip to content

Commit fdb269b

Browse files
committed
Reactivate reanalyze
1 parent 9f5d788 commit fdb269b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ test: lib
2828

2929
test-syntax:
3030
bash ./scripts/test_syntax.sh
31-
# make reanalyze
31+
make reanalyze
3232
bash ./scripts/testok.sh
3333

3434
test-syntax-roundtrip:
3535
ROUNDTRIP_TEST=1 bash ./scripts/test_syntax.sh
36-
# make reanalyze
36+
make reanalyze
3737
bash ./scripts/testok.sh
3838

3939
test-gentype:

dune-project

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
(= 5.6.0))
2929
(ounit2
3030
(= 2.2.7))
31-
; No OCaml 5 compatible reanalyze on OPAM yet
32-
; (reanalyze
33-
; (= 2.23.0))
31+
(reanalyze
32+
(= 2.24.0))
3433
dune))

rescript.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ depends: [
1212
"cppo" {= "1.6.9"}
1313
"js_of_ocaml-compiler" {= "5.6.0"}
1414
"ounit2" {= "2.2.7"}
15+
"reanalyze" {= "2.24.0"}
1516
"dune"
1617
]
1718
build: [

0 commit comments

Comments
 (0)