Skip to content

Wrong object returned from Polyglot.eval? #1534

Open
@rbotafogo

Description

@rbotafogo

I have the following code:

mpg = Polyglot.eval("R", <<-R)
  mtcars[1,]['mpg'] == 21
R
puts mpg

The output is (Ruby):

> true

Should this be an R Vector:
> [1] TRUE

Thanks!

Metadata

Metadata

Assignees

Labels

bugpolyglotUses multiple Truffle languages or host interop

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions