-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
COMPAT: 32-bit compat fixes mainly in testing #13584
Conversation
this was a PITA cc @jorisvandenbossche passing on 32-bit linux & windows & travis. |
oh didn't know you could set it up that way sure u want to add another build (under the bottom section - go for it) |
There's a little bit more that happens behind the scenes, but I just wanted to throw that out there. I can certainly take a look. |
What is the reason |
Alas, adding a 32-bit config is way more complicated than I imagined (I thought perhaps Ctrl+P from |
32-bit linux
64-bit windows
64-bit all around / OSX
So the issue is that on 64-bit we have integers defaults to 64-bit upon construction, and indexing routines (e.g. Note that this is NOT an API change, rather a regression to 0.18.1 (so putting it back where it was). Will update soon. I think somewhere we are doing a forced conversion (in |
Current coverage is 84.31%@@ master #13584 diff @@
==========================================
Files 138 138
Lines 51155 51155
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 43130 43130
Misses 8025 8025
Partials 0 0
|
closes #13566