forked from higherkindness/rules_scala
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
James Judd
committed
Jul 27, 2024
1 parent
4e4f2ab
commit cb7a448
Showing
5 changed files
with
7 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
#!/bin/bash -e | ||
. "$(dirname "$0")"/../../common.sh | ||
|
||
# TODO: Re-enable this test once Scala 3 works with ijars | ||
# macro = True makes you use full jars, and we're doing that | ||
# all the time now because Scala 3 +ijar breaks. So this always passes | ||
#bazel build :bad_compile 2>&1 | grep 'You may be missing a `macro = True` attribute.' | ||
bazel build :bad_compile 2>&1 | grep 'You may be missing a `macro = True` attribute.' | ||
[ "$(bazel run :test_macro)" = "hello world!" ] | ||
[ "$(bazel run :test_macro_only)" = $'hello world!\nworld hello!' ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters