Skip to content

Commit 6217599

Browse files
committed
Disable -bs-cross-module-opt for tests
1 parent dad05ae commit 6217599

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+684
-1482
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
- Build tests with bsb and move them out of jscomp. https://github.com/rescript-lang/rescript-compiler/pull/7068
5151
- Run `build_tests` on Windows. https://github.com/rescript-lang/rescript-compiler/pull/7065
5252
- Rename folder "jscomp" to "compiler". https://github.com/rescript-lang/rescript-compiler/pull/7086
53+
- Disable -bs-cross-module-opt for tests. https://github.com/rescript-lang/rescript-compiler/pull/7071
5354

5455
# 12.0.0-alpha.3
5556

tests/tests/rescript.json

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"in-source": true
1212
},
1313
"bsc-flags": [
14-
"-bs-cross-module-opt",
1514
"-w -3-6-26-27-29-30-32..40-44-45-52-60-9-106+104",
1615
"-warn-error A"
1716
]

tests/tests/src/Import.js

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/tests/src/SafePromises.js

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/tests/src/belt_hashmap_test.js

+10-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/tests/src/belt_hashset_int_test.js

+5-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/tests/src/belt_list_test.js

+1-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/tests/src/belt_sortarray_test.js

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/tests/src/bench.js

+2-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/tests/src/bs_map_set_dict_test.js

+23-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)