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

Properly use the read-only version of API #277

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Conversation

yutannihilation
Copy link
Owner

  • Do not cast the result of STRING_PTR_RO to *mut T; remove Dataptr method from AltString.
  • Use DATAPTR_RO instead of DATAPTR (this should be VECTOR_PTR_RO, but since it's the API only available on R-deve, DATAPTR_RO is more handy for now).

@yutannihilation yutannihilation linked an issue Jul 2, 2024 that may be closed by this pull request
@yutannihilation yutannihilation merged commit e313631 into main Jul 2, 2024
15 checks passed
@yutannihilation yutannihilation deleted the refactor/dataptr branch July 2, 2024 05:47
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.

Use VECTOR_PTR_RO instead of non-API DATAPTR
1 participant