File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/channels/R Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 )))
Original file line number Diff line number Diff line change 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" },
You can’t perform that action at this time.
0 commit comments