-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[R] Fix 32-bit build #3307
[R] Fix 32-bit build #3307
Conversation
interesting, now the test on x64 failed...
|
oh interesting. If you want better logs, on your machine you can do this.
|
but that is great that the 32 bit tests pass! Maybe we can use if statements to decide how to initialize the handle? like the one in #3302 |
@jameslamb |
yeah! Let's see if that works |
now it seems all pass.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😭😭😭😭😭 I am so happy 😭😭😭😭😭
This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
fix #3187
The handle type should be int, otherwise, its size will be always 8 bytes on both 32bit and 64bit build, and cause the problems.