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

Incorrect section references in filesystems subclause #715

Closed
geoffromer opened this issue Apr 26, 2016 · 1 comment
Closed

Incorrect section references in filesystems subclause #715

geoffromer opened this issue Apr 26, 2016 · 1 comment

Comments

@geoffromer
Copy link
Contributor

Subclause [filesystems] contains a large number of references to [error.reporting]. From context, it is clear that every one of these references is wrong, and should be a reference to [fs.err.report].

Most of these references are of the form "Throws: As specified in Error reporting (27.5.6.5).", but section 27.5.6.5 (aka [error.reporting]) says nothing about how a filesystem function throws. The place where the throwing behavior of filesystem functions is specified is [fs.err.report]. Both sections are titled "Error reporting", which is presumably how the confusion arose.

@jwakely
Copy link
Member

jwakely commented Apr 27, 2016

See #669

@jwakely jwakely closed this as completed Apr 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants