Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux; R.NET 1.9.0+, TestDataFrameSubsetting fails #130

Open
jmp75 opened this issue Oct 7, 2020 · 2 comments
Open

Linux; R.NET 1.9.0+, TestDataFrameSubsetting fails #130

jmp75 opened this issue Oct 7, 2020 · 2 comments

Comments

@jmp75
Copy link
Collaborator

jmp75 commented Oct 7, 2020

Assert.Equal(50, species50.Length); fails.

Note in the debugger console

iris50["Species"]
Length = 50; RObjectType = IntegerVector
iris50.Species
Length = 150; RObjectType = IntegerVector
@lrasmus
Copy link
Contributor

lrasmus commented Oct 8, 2020

@jmp75 - does this just affect Linux or do you want me to try and replicate on Windows?

@jmp75
Copy link
Collaborator Author

jmp75 commented Oct 9, 2020

@lrasmus it affects both. I've disabled support for dynamic on a branch; if it does not work and we cannot figure out what is going on it just does not work; I expect this is not a very widely used feature, not that I would know for sure. Figuring out more probably requires to set up GDB debugging, which I've had success doing including from VSCode, but still tricky.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants