Skip to content

Commit

Permalink
Disable -bs-cross-module-opt for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt committed Oct 7, 2024
1 parent 626f1ba commit b035602
Show file tree
Hide file tree
Showing 46 changed files with 684 additions and 1,482 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
- Build tests with bsb and move them out of jscomp. https://github.com/rescript-lang/rescript-compiler/pull/7068
- Run `build_tests` on Windows. https://github.com/rescript-lang/rescript-compiler/pull/7065
- Rename folder "jscomp" to "compiler". https://github.com/rescript-lang/rescript-compiler/pull/7086
- Disable -bs-cross-module-opt for tests. https://github.com/rescript-lang/rescript-compiler/pull/7071

# 12.0.0-alpha.3

Expand Down
1 change: 0 additions & 1 deletion tests/tests/rescript.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"in-source": true
},
"bsc-flags": [
"-bs-cross-module-opt",
"-w -3-6-26-27-29-30-32..40-44-45-52-60-9-106+104",
"-warn-error A"
]
Expand Down
3 changes: 2 additions & 1 deletion tests/tests/src/Import.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tests/tests/src/SafePromises.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 10 additions & 13 deletions tests/tests/src/belt_hashmap_test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions tests/tests/src/belt_hashset_int_test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions tests/tests/src/belt_list_test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions tests/tests/src/belt_sortarray_test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions tests/tests/src/bench.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 23 additions & 52 deletions tests/tests/src/bs_map_set_dict_test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b035602

Please sign in to comment.