Closed dleidert closed 2 years ago
Not sure what to do about it, the issue doesn't bring much clarity on why this happens
Do you have a suggestion on how we could provide useful debugging information? I'll run it inside our i386 machines and see i fI can reproduce it.
I've created an i386 environment on my machine, cloned the project, ran bundler and then rake spec
and I see the same errors. I'd therefor expect that you should be able to reproduce those issues within an i386 environment as well. Ruby version is 2.7.
Right, this is actually a but in tests, they use the size?
predicate improperly (by passing an integer instead of a collection or a string). Integer#size
returns different values depending on the architecture so here we are...
@dleidert this should do it, thanks for the report
Looks good. The build succeeds now.
The tests fail in an i386 environment. The failures are reproducible:
https://salsa.debian.org/ruby-team/ruby-dry-logic/-/jobs/2211364 https://salsa.debian.org/ruby-team/ruby-dry-logic/-/jobs/2211361