Skip to content

Commit c9e42a7

Browse files
committed
[GR-2798] Update Truffle import.
PullRequest: fastr/1705
2 parents 96db661 + 52deadf commit c9e42a7

File tree

2 files changed

+2
-1
lines changed
  • com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/channels/R
  • mx.fastr

2 files changed

+2
-1
lines changed

com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/channels/R/sharing4.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ if (any(R.version$engine == "FastR")) {
3535
.fastr.channel.send(ch1, 24)
3636
y <- .fastr.channel.receive(ch1)
3737
z <- .fastr.channel.receive(ch1)
38+
.fastr.context.join(cx)
3839

3940
.fastr.channel.close(ch1)
4041
print(sort(c(y, z)))

mx.fastr/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name" : "truffle",
99
"subdir" : True,
10-
"version" : "8eb52e74643a8a5ca788b9b8f37acca929816df4",
10+
"version" : "759c95d2998884cc88bf03b4ba747e2f2ace580d",
1111
"urls" : [
1212
{"url" : "https://github.com/graalvm/graal", "kind" : "git"},
1313
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},

0 commit comments

Comments
 (0)