File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 55 (_
66 (js_of_ocaml
77 (flags
8- (:standard --enable effects))
9- ;; separate compilation doesn't work when using
10- ;; features such as 'effects' or 'use-js-string'
11- ;; because dune doesn't know that it should compile
12- ;; multiple versions of the dependencies
13- (compilation_mode whole_program))))
8+ (:standard --enable effects)))))
149
1510(library
1611 (name jsoo_testsuite_effect)
Original file line number Diff line number Diff line change 1313 (:standard -w -38))
1414 (js_of_ocaml
1515 (flags
16- (:standard --enable effects))
17- ;; separate compilation doesn't work when using
18- ;; features such as 'effects' or 'use-js-string'
19- ;; because dune doesn't know that it should compile
20- ;; multiple versions of the dependencies
21- (compilation_mode whole_program))))
16+ (:standard --enable effects)))))
2217
2318(tests
2419 (build_if
You can’t perform that action at this time.
0 commit comments