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

Unify external ptr tag names #433

Merged
merged 4 commits into from
Oct 24, 2022

Conversation

Ilia-Kosenkov
Copy link
Member

@Ilia-Kosenkov Ilia-Kosenkov commented Sep 14, 2022

Closes #431

This PR unifies how regular structs and ExternalPtr are treated. We had some discrepancies in naming, which resulted in type mismatches (types were compared by string tags). This should be now resolved.

@Ilia-Kosenkov Ilia-Kosenkov marked this pull request as ready for review September 15, 2022 16:34
Copy link
Contributor

@andy-thomason andy-thomason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. It should be more consistent.

@Ilia-Kosenkov Ilia-Kosenkov merged commit b32fd03 into extendr:master Oct 24, 2022
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

Successfully merging this pull request may close these issues.

robj::try_into() fails for Result<ExternalPtr<MyStruct>> where MyStruct derived with #[extendr]
2 participants