-
Notifications
You must be signed in to change notification settings - Fork 586
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
hypothesis-ruby no longer can compile native extensions (conjecture-rust) #2681
Labels
Ruby
Related to Hypothesis for Ruby
Comments
|
Fixed by #2680 🎉 |
This was referenced Mar 8, 2021
This was referenced Mar 15, 2021
This was referenced Mar 15, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attempting to install hypothesis-ruby via
gem install hypothesis-specsleads to several Rust compiler errors. The source of them is the Helix binding layer that allows Ruby to call the conjecture-rust library, and Helix has officially been deprecated.There are potentially different ways to solve this, but I worked on a PR which removes Helix and pulls in Rutie for the Rust binding layer. The PR is here.
The text was updated successfully, but these errors were encountered: