Title
[filesys.ts] [PDTS] copy_options::copy_symlinks is not used
Status
open
Section
[enum.copy_options]
Submitter
P.J. Plauger

Created on 2014-01-30.00:00:00 last changed 81 months ago

Messages

Date: 2016-01-28.01:00:35

Proposed resolution:

Change 15.3 Copy [fs.op.copy]:

If is_symlink(f), then:

  • If options & copy_options::skip_symlinks, then return.  Missing != copy_options::none fixed by issue 59
  • Otherwise if !exists(t) && (options & copy_options::copy_symlinks) != copy_options::none , then copy_symlink(from, to, options) .
  • Otherwise report an error as specified in Error reporting (7).
Date: 2016-01-28.01:00:35

[ 20 May 2014 Beman Dawes provides proposed wording. ]

Date: 2016-01-31.20:31:05

Addresses: filesys.ts

copy_options::copy_symlinks is not used (should test it before calling copy_symlinks in copy).

History
Date User Action Args
2017-07-30 20:10:41adminsetstatus: wp -> open
2016-01-28 01:00:35adminsetmessages: + msg7818
2016-01-28 01:00:35adminsetmessages: + msg7817
2014-01-30 00:00:00admincreate