-
Notifications
You must be signed in to change notification settings - Fork 17.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
x/sys/unix: ___getdirentries64 results in app store rejections #34400
Comments
Thanks for making sure this is not forgotten. I don't intend to work on this, but perhaps a fix can be pieced together from https://golang.org/cl/168479 and https://golang.org/cl/170892. |
Change https://golang.org/cl/196478 mentions this issue: |
I sent https://golang.org/cl/196478 doing that. This works fine for Go 1.12, but unfortunately |
Arguably Go 1.11 users can use modules already, so we don't really have to keep GOPATH mode working for them (they can pin an older version). I'm okay removing that support if that's much easier. But if a bit of build tag work keeps Go 1.11 around for another release, that'd be ideal. |
Thanks, I think I found a way do solve it using some additional Go version specific files and build tags, ptal at https://golang.org/cl/196478 |
While the fix for #30933 addressed go/syscall, it didn't address x/sys/unix. Meanwhile the fix for #28984 addressed go/syscall and x/sys/unix, but that's just for arm (iOS).
In order to fully fix things, the x/sys/unix patch for iOS needs to apply to macOS too.
CC @eliasnaur
The text was updated successfully, but these errors were encountered: