-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fix 32bit compilation #98
Comments
@trotterdylan Can you please take a look on this one? As most of my development time is on Android, all my development bases on this branch. Travis have no 32bit machines and this math thing is a Golang issue to be fixed only on Go 2 |
Is there other committers available so I can round-robin instead of keep poking @trotterdylan every time? Wondering when he will get tired :P |
I am forking away my master branch. As said before, on my main spare time I only have a 32bit CPU available. Keeping on a stale I hope to get able to have my master merged back. I hope the project to succeed. But it will not occur if people willing to contribute will wait >30d for feedback, even a "No time - will read later" one. This is not a good way to build a community, in my humble opinion. If the committers have no bandwith available anymore, please make it clear. I do hearty thanks the ones that could bring Grumpy up and published it, my sincere admiration and kudos for you. But the effort will be gone if nothing changes here. |
Already merged manually. |
google#399 opened on Mar 7 by @alanjds
Related to golang/go#23086 (comment)
When trying to compile on 32bit CPU, the import of
__go__.math
fails:Had not included a test as Travis CI have no such machines available
The text was updated successfully, but these errors were encountered: