os: support ReadLinkFS in os.Root.FS [freeze exception] #73887
Labels
FixPending
Issues that have a fix which has not yet been reviewed or submitted.
LibraryProposal
Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
Milestone
This is a request for a freeze exception for https://go.dev/cl/676135.
Proposal #49580, implemented in https://go.dev/cl/385534, adds an io/fs.ReadLinkFS interface and updates the FS returned by os.DirFS to implement this interface. https://go.dev/cl/676135 is a very small followup to this which updates the FS returned by os.Root.FS to also implement ReadLinkFS.
Given the small size and low risk of the change, I think that it's worth giving https://go.dev/cl/676135 a freeze exception to maintain consistency in the features supported by os.DirFS and os.Root.FS.
The text was updated successfully, but these errors were encountered: