Skip to content

Conversation

@kpumuk
Copy link
Contributor

@kpumuk kpumuk commented Dec 17, 2025

When binary extensions are compiled and loaded, they replace Ruby implementation for some of of the core classes (structs, unions, and interestingly, compact protocol). This code is never tested when the binary extensions are present.

For example, #3269 provides a fix for one such discrepancy between native code and Ruby.

CleanShot 2025-12-17 at 17 30 30@2x

This PR introduces one special "no extensions" build to test pure Ruby code.

  • Did you create an Apache Jira ticket? THRIFT-5909
  • If a ticket exists: Does your pull request title follow the pattern "THRIFT-NNNN: describe my issue"?
  • Did you squash your changes to a single commit? (not required, but preferred)
  • Did you do your best to avoid breaking changes? If one was needed, did you label the Jira ticket with "Breaking-Change"?
  • If your change does not involve any code, include [skip ci] anywhere in the commit message to free up build resources.

@kpumuk
Copy link
Contributor Author

kpumuk commented Dec 19, 2025

The build no no-extension job failed due to #3269

@mergeable mergeable bot added the github_actions Pull requests that update GitHub Actions code label Jan 22, 2026
@kpumuk
Copy link
Contributor Author

kpumuk commented Jan 22, 2026

The build no no-extension job failed due to #3269

The issue has been addressed, and the change is ready for review.

Screenshot 2026-01-21 at 9 00 11 PM

@kpumuk kpumuk marked this pull request as ready for review January 22, 2026 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code ruby

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants