Skip to content

Commit 4e1f140

Browse files
OracleLabsAutomationwoess
authored andcommitted
[GR-55132] Periodic update of the language imports.
PullRequest: graal/20638
2 parents 2b15132 + 2e947a6 commit 4e1f140

File tree

3 files changed

+6
-25
lines changed

3 files changed

+6
-25
lines changed

vm/mx.vm/suite.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"name": "graal-nodejs",
3434
"subdir": True,
3535
"dynamic": True,
36-
"version": "20cf920b900b643c6e8ab05cd0a5e66e2ba4e687",
36+
"version": "0eee91f51877afba13b7e8ac35e2c872e6b4cd5f",
3737
"urls" : [
3838
{"url" : "https://github.com/graalvm/graaljs.git", "kind" : "git"},
3939
]
@@ -42,30 +42,30 @@
4242
"name": "graal-js",
4343
"subdir": True,
4444
"dynamic": True,
45-
"version": "20cf920b900b643c6e8ab05cd0a5e66e2ba4e687",
45+
"version": "0eee91f51877afba13b7e8ac35e2c872e6b4cd5f",
4646
"urls": [
4747
{"url": "https://github.com/graalvm/graaljs.git", "kind" : "git"},
4848
]
4949
},
5050
{
5151
"name": "truffleruby",
52-
"version": "2c61a7f44c7f4c25fc13dbdd665cd55442c238ff",
52+
"version": "fdf602f33902d7903461754d79bc13149fce74e2",
5353
"dynamic": True,
5454
"urls": [
5555
{"url": "https://github.com/oracle/truffleruby.git", "kind": "git"},
5656
]
5757
},
5858
{
5959
"name": "fastr",
60-
"version": "acf55b9d44af58f95c4de8abcb9dbe1c99d440ef",
60+
"version": "6e5e07a23c5dce133a07701d6c49afcfd9cee86c",
6161
"dynamic": True,
6262
"urls": [
6363
{"url": "https://github.com/oracle/fastr.git", "kind": "git"},
6464
]
6565
},
6666
{
6767
"name": "graalpython",
68-
"version": "c480ad95e2e0dee296aebf7d0f24a92b3b86cdc8",
68+
"version": "afbeabe9b0820a2dd4ee5d403267dbc37ecb1aef",
6969
"dynamic": True,
7070
"urls": [
7171
{"url": "https://github.com/graalvm/graalpython.git", "kind": "git"},

vm/tests/all/agentscript/agent-ruby.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ minusOne 3
3737
minusOne 2
3838
minusOne 2
3939
Three is the result 3
40-
>[0?] node --js.print --polyglot --insight=agent-ruby.rb --experimental-options agent-fib.js
40+
# >[0?] node --js.print --polyglot --insight=agent-ruby.rb --experimental-options agent-fib.js

web-image/mx.web-image/suite.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,6 @@
1111
"name": "substratevm",
1212
"subdir": "true",
1313
},
14-
# Dynamic imports
15-
{
16-
"name": "graal-nodejs",
17-
"subdir": True,
18-
"dynamic": True,
19-
"version": "20cf920b900b643c6e8ab05cd0a5e66e2ba4e687",
20-
"urls": [
21-
{"url": "https://github.com/graalvm/graaljs.git", "kind": "git"},
22-
],
23-
},
24-
{
25-
"name": "graal-js",
26-
"subdir": True,
27-
"dynamic": True,
28-
"version": "20cf920b900b643c6e8ab05cd0a5e66e2ba4e687",
29-
"urls": [
30-
{"url": "https://github.com/graalvm/graaljs.git", "kind": "git"},
31-
],
32-
},
3314
]
3415
},
3516
"libraries": {

0 commit comments

Comments
 (0)