-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving all extra polyglot java import into a single file
- Loading branch information
1 parent
d22357c
commit aaa5e9e
Showing
4 changed files
with
17 additions
and
11 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
16 changes: 16 additions & 0 deletions
16
distribution/lib/Standard/Base/0.0.0-dev/src/Internal/Extra_Imports.enso
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
private | ||
|
||
# this file contains additional imports necessary for | ||
# building native image version of Enso with Standard | ||
# libraries included in | ||
|
||
# needed for Standard.Test.Test_Reporter | ||
# tracked as https://github.com/enso-org/enso/issues/10028 | ||
polyglot java import java.io.PrintStream | ||
|
||
# needed by Util_Spec | ||
polyglot java import org.enso.base.text.CaseFoldedString | ||
polyglot java import org.enso.base.text.CaseFoldedString.Grapheme | ||
|
||
# needed by Comparator_Spec: | ||
polyglot java import org.enso.base.ObjectComparator |