Skip to content
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: linux-like implementation of ReadDirent on zOS #54587

Closed
davebreezePantgwyn opened this issue Aug 22, 2022 · 3 comments
Closed

x/sys/unix: linux-like implementation of ReadDirent on zOS #54587

davebreezePantgwyn opened this issue Aug 22, 2022 · 3 comments

Comments

@davebreezePantgwyn
Copy link

What version of Go are you using (go version)?

go version go1.17.9 zos/s390x

Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
GOARCH="s390x"
GOOS="zos"

What did you do?

Attempted to run the ReadDirent test cases.

What did you expect to see?

all tests should complete

What did you see instead?

ReadDirent not implemented

@gopherbot gopherbot added this to the Proposal milestone Aug 22, 2022
@davebreezePantgwyn
Copy link
Author

ReadDirent is currently not supported on zOS. I have contacted the Go on zOS team at IBM and the required changes have been made and tested. A CR will follow shortly

@gopherbot
Copy link

Change https://go.dev/cl/424778 mentions this issue: x/sys/unix: make ReadDirent available on zOS

@seankhliao seankhliao changed the title proposal: x/sys/unix: linux-like implementation of ReadDirent on zOSffected/package: proposal: x/sys/unix: linux-like implementation of ReadDirent on zOS Aug 22, 2022
@rsc
Copy link
Contributor

rsc commented Mar 15, 2023

This didn't need to be a proposal. I'm happy to see it landed. Thanks for maintaining the zOS port.

@rsc rsc removed the Proposal label Mar 15, 2023
@rsc rsc changed the title proposal: x/sys/unix: linux-like implementation of ReadDirent on zOS x/sys/unix: linux-like implementation of ReadDirent on zOS Mar 15, 2023
@rsc rsc modified the milestones: Proposal, Go1.20 Mar 15, 2023
@golang golang locked and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants