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

Implementing StableApiDefinition RBasic methods for TruffleRuby. #458

Merged
merged 5 commits into from
Dec 9, 2024

Conversation

goyox86
Copy link
Collaborator

@goyox86 goyox86 commented Nov 28, 2024

Closes #446

Not sure if calling rb_obj_frozen_p is correct in the Rust side.

Tried to do what MRI does but ruby_fl_type does not seem to be available in bindgen's output.

@goyox86 goyox86 marked this pull request as ready for review December 2, 2024 17:54
@goyox86 goyox86 changed the title First pass at implementing StableApiDefinition RArray methods for TruffleRuby Implementing StableApiDefinition RArray methods for TruffleRuby. Dec 2, 2024
@goyox86 goyox86 force-pushed the goyox86/stable-api-rbasic-methods branch from d3b8a64 to 896f547 Compare December 6, 2024 19:41
@goyox86 goyox86 requested a review from ianks December 6, 2024 19:57
@goyox86
Copy link
Collaborator Author

goyox86 commented Dec 6, 2024

@ianks Applied the changes (and rebased) I think we should be good now.

@goyox86 goyox86 changed the title Implementing StableApiDefinition RArray methods for TruffleRuby. Implementing StableApiDefinition RBasic methods for TruffleRuby. Dec 9, 2024
@ianks ianks merged commit 40146c2 into oxidize-rb:main Dec 9, 2024
56 checks passed
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.

Implement new StableApiDefinition RBasic methods
2 participants