-
Notifications
You must be signed in to change notification settings - Fork 7
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
Failure with Ruby 3.1.4 #29
Comments
Ruby 3 is most certainly unsupported as of now. I'll try to take a look. which distribution are you using? |
@bartavelle I am using an isolated environment using nix (https://nixos.org/). It doesn't matter much but I am on WSL (Ubuntu). |
It is completely busted with ruby 3.0 😭 |
OK I give up for now, there is some memory corruption happening, and I don't think I can spend hours chasing after that. Perhaps I will have an illumination in the following days though. |
@bartavelle On my side, I can still make it work with ruby 2.7.6 (ghc 8.10) but as soon as I switch to ruby2.7.8 (ghc 9.2.8) I have this error:
As surprising as it sounds, I guess this is due to the change from ruby 2.7.6 to 2.7.8 ? Would be handy if I am able to switch to ruby 2.7.8 (ghc 9.2.8). Thanks |
From |
I know how to fix the alignment issue though :) |
I just pushed a fix |
I have this failure using ruby 3.1.4
Not sure if it is the way I am building hruby or the fact that I am now using ruby 3.x.y.
Any idea ?
The text was updated successfully, but these errors were encountered: