Title
[filesys.ts] [PDTS] Apparently inconsistent return types from several functions
Status
nad
Section
[fs.filesystem.synopsis]
Submitter
FI-4

Created on 2014-01-20.00:00:00 last changed 100 months ago

Messages

Date: 2014-02-11.00:00:00

[ 2014-02-11 Issaquah: NAD. LWG/SG-3 reviewed each function and return type, and found that since they have different functionality different return types are warranted. create_directory has an inconsistent return type between the synopsis and the description. This has subsequently been corrected editorially. ]

Date: 2016-01-31.20:31:05

Addresses: filesys.ts

It is unclear why copy, copy_file and copy_symlink have different return types, and why the attribute-version of create_directory has a different return type than the create_directory that takes no attributes. The status/error reporting in these functions seems inconsistent.

Resolution:

Make the status/error reporting consistent or add a note explaining why it's different.

History
Date User Action Args
2016-01-28 01:00:35adminsetmessages: + msg7727
2014-01-20 00:00:00admincreate