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

Fix testing of parsed closures #36

Closed
cubranic opened this issue Oct 2, 2014 · 0 comments
Closed

Fix testing of parsed closures #36

cubranic opened this issue Oct 2, 2014 · 0 comments

Comments

@cubranic
Copy link
Owner

cubranic commented Oct 2, 2014

Regular R serialization of closures includes attributes containing source references. We need to include those in the expected value, or otherwise "io-oo-rserve-sereval-live.t" fails.

Secondly, because QAP doesn't serialize those attributes, we'll need a helper test class that accepts equality with closures with missing srcref attributes.

Finally, the collected serializations of functions should be updated to include the source references, so that sereval-mock, rds, and others also test this functionality.

cubranic added a commit that referenced this issue Dec 17, 2014
Changes since v0.092:

- Implement complex vector SEXPs (#30)
- Implement closure SEXPs (#29, #32, #34, #35, #36, #38)
- Implement expression SEXPs (#26)
- Implement special environments global, base, and empty (#31, #33)
- Allow configuring Rserve host from WebWork settings
- Add graceful failure in WWk macros if Rserve host is not configured
- Fix parsing of special row names (#39)
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

1 participant