Skip to content

Commit f1cf981

Browse files
committed
Export everything from org.graalvm.py to org.graalvm.py.enterprise
* Individual exports are brittle because the missing ones are only detected at runtime if they are used by the given test. That wastes too much time to maintain.
1 parent 7b19d34 commit f1cf981

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

mx.graalpython/suite.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -923,15 +923,7 @@
923923
"moduleInfo": {
924924
"name": "org.graalvm.py",
925925
"exports": [
926-
"com.oracle.graal.python.builtins to org.graalvm.py.enterprise",
927-
"com.oracle.graal.python.builtins.objects to org.graalvm.py.enterprise",
928-
"com.oracle.graal.python.builtins.objects.* to org.graalvm.py.enterprise",
929-
"com.oracle.graal.python.lib to org.graalvm.py.enterprise",
930-
"com.oracle.graal.python.nodes to org.graalvm.py.enterprise",
931-
"com.oracle.graal.python.nodes.function to org.graalvm.py.enterprise",
932-
"com.oracle.graal.python.nodes.function.builtins to org.graalvm.py.enterprise",
933-
"com.oracle.graal.python.runtime.exception to org.graalvm.py.enterprise",
934-
"com.oracle.graal.python.util to org.graalvm.py.enterprise",
926+
"com.oracle.graal.python.* to org.graalvm.py.enterprise",
935927
],
936928
"uses": [
937929
"com.oracle.graal.python.builtins.PythonBuiltins",

0 commit comments

Comments
 (0)