Summary
Unit posix: documentation incomplete
Metadata
- Id: d1d55bc8d324ba22b740f9d0c8a20d92b56b443b
- Trac id: 1292
- Type: defect
- Reporter: nxg
- Owner:
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty: trivial
- Resolution: fixed
- Priority: not urgent at all
- Milestone: someday
- Version: 4.10.x
- Changetime: 2016-09-16 17:36:38 UTC
- Created: 2016-05-26 18:56:41 UTC
- Keywords: posix
Description
The documentation for `file-type` says
If ERROR is given and true, file-type signals an error if the file does not exist.
However if ERROR is not given, then the file also signals an error, so it might be better to say that
If ERROR is given and false, then file-type returns #f if the file does not exist; otherwise, it signals an error.
Changes and comments
[2016-08-25 20:40:33 UTC] sjamaan set difficulty to trivial
[2016-08-25 20:40:33 UTC] sjamaan wrote:
It's a wiki, you know... ;)
[2016-09-16 17:36:38 UTC] nxg changed status from new to closed
[2016-09-16 17:36:38 UTC] nxg set resolution to fixed
[2016-09-16 17:36:38 UTC] nxg wrote:
Changed!