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

Add truffleruby support #441

Merged
merged 13 commits into from
Nov 19, 2024
Merged

Add truffleruby support #441

merged 13 commits into from
Nov 19, 2024

Conversation

ianks
Copy link
Collaborator

@ianks ianks commented Nov 17, 2024

Certain implementation details will differ on truffleruby, so we should always bind to the C API.

closes #424

@ianks
Copy link
Collaborator Author

ianks commented Nov 18, 2024

Ok so I got basic gems building and the test suite passing on my mac. I had to skip the cargo test suite of tests since I got stuck on linking issues (missing symbols for things like rb_cBasicObject etc) but that's OK for now.

@ianks ianks merged commit 31c6e4e into main Nov 19, 2024
15 checks passed
@ianks ianks deleted the truffleruby-support branch November 19, 2024 03:52
@ianks
Copy link
Collaborator Author

ianks commented Nov 19, 2024

released in v0.9.103

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 stable_abi/compiled.{c,rs} on non-CRuby
1 participant