-
Notifications
You must be signed in to change notification settings - Fork 185
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
numo-narray: `rb_exc_raise': wrong argument type (TypeError) #2001
Comments
Narray makes use of inheritance of T_DATA objects. This didn't work but seems to be fixed in f460ce7 . I noticed the same issue in ruby-pg. So far I didn't try narray.gem or ruby-pg on Truffleruby master, but the change looks good. Will the commit in question go into a Truffleruby release soon? |
@larskanis That commit will be part of 20.2. The release schedule is on https://www.graalvm.org/docs/release-notes/version-roadmap/
|
The
|
@eregon Thank you for the link to the release schedule! And good to know that it will be no blocker for ged/ruby-pg#349 |
@larskanis It would be useful if you can test (temporarily, or could be added as allowed failure) on that PR if Adding as an allowed failure would also allow me to track there is no regression with truffleruby-head + latest |
@eregon TruffleRuby-head looks good: https://travis-ci.org/github/ged/ruby-pg/builds/716604081 |
@eregon Ruby-pg now has tests on |
To reproduce:
Error:
The text was updated successfully, but these errors were encountered: