Created on 2014-01-30.00:00:00 last changed 89 months ago
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
, thencopy_symlink(from, to, options)
.- Otherwise report an error as specified in Error reporting (7).
[ 20 May 2014 Beman Dawes provides proposed wording. ]
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:41 | admin | set | status: wp -> open |
2016-01-28 01:00:35 | admin | set | messages: + msg7818 |
2016-01-28 01:00:35 | admin | set | messages: + msg7817 |
2014-01-30 00:00:00 | admin | create |