-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
Integer conversion on Solaris and Illumos #278
Conversation
Fix illumos support.
Duplicate of #277, which is awaiting a response from the author. |
Oops, this is embarrassing. |
No worries! If you'd like to check and make the appropriate changes I noted on the other PR, I'll happily merge this one. |
I made the required changes to my branch, but this PR is closed. Want me to open a new one? |
I'm on mobile now, but I'll look at it later today if you push the changes up. |
They have been pushed, but they don't show up on a closed PR afaik. |
Quickly looking into things: it looks like I'm unable to reopen because I've force pushed to main since you forked (I know, bad habit). It looks like there's a workaround, as your commits surely don't cause any conflict. Thank you! Sorry about the hassle. |
I've also force pushed to my PR branch. Let me know if you need me to revert before reopening. |
Looks like my force-pushing isn't actually the issue here, as your branch includes ccd997e, the latest commit on this repo's main branch. We've got a few options here:
I don't have a preference, so it's up to you. |
You should be able to reopen this PR now. If that's not the case, just go ahead with option 2. |
Unfortunately I'm not able to for some reason. I'll reach out to GitHub to try and figure out why, since I see absolutely no reason for that to be the case now. If you push up the changes — again — I'll cherry-pick it. |
Got it. I've pushed the changes again. |
Meh, managed to use the official GitHub CLI to merge it 😆 Whatever works I suppose. |
The library was not used anywhere and it prevented the build from running on Illumos, this fixes it as far as I can tell.