-
Notifications
You must be signed in to change notification settings - Fork 45
Fix Fiddle.last_error on FFI backend and improve test to work for all #173
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
Conversation
|
Mmh, JRuby on Windows seems to have a bug here, cc @headius: LONG_MAX on Windows is 2147483647 (LLP64), but |
|
jruby/jruby#8357 may be related for the JRuby behavior. |
3c36d0d to
c5c6241
Compare
|
Worked around the JRuby on Windows failure by not asserting the result of strol(), it's not really important, we are testing errno. |
|
There is another error for JRuby on Windows, I'll skip that test for it then: |
693c156 to
29e3261
Compare
|
CI is green now and this PR is ready |
29e3261 to
ee4c204
Compare
|
Thanks. |
No description provided.