Skip to content

Commit 4d97ba6

Browse files
committed
[hotfix] add support for IDE visible external projects
PullRequest: graalpython/223
2 parents be1f8b7 + 5b6cb24 commit 4d97ba6

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

mx.graalpython/suite.py

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# METADATA
55
#
66
# --------------------------------------------------------------------------------------------------------------
7-
"mxversion": "5.181.1",
7+
"mxversion": "5.190.1",
88
"name": "graalpython",
99
"versionConflictResolution": "latest",
1010

@@ -86,6 +86,47 @@
8686
# PROJECTS
8787
#
8888
# --------------------------------------------------------------------------------------------------------------
89+
"externalProjects": {
90+
"lib.python": {
91+
"type": "python",
92+
"path": 'graalpython/lib-python',
93+
"source": [
94+
"3"
95+
]
96+
},
97+
98+
"lib.graalpython": {
99+
"type": "python",
100+
"path": 'graalpython/lib-graalpython',
101+
"source": []
102+
},
103+
104+
"perf.benchmarks": {
105+
"type": "python",
106+
"path": 'graalpython/benchmarks',
107+
"source": [
108+
"src"
109+
]
110+
},
111+
112+
"util.scripts": {
113+
"type": "python",
114+
"path": 'scripts',
115+
"source": []
116+
},
117+
118+
"com.oracle.graal.python.cext": {
119+
"type": "python",
120+
"path": "graalpython/com.oracle.graal.python.cext",
121+
"source": [
122+
"include",
123+
"src",
124+
"modules"
125+
]
126+
},
127+
},
128+
129+
89130
"projects": {
90131
# GRAALPYTHON ANTLR
91132
"com.oracle.graal.python.parser.antlr": {

0 commit comments

Comments
 (0)