Summary
Unimplemented procedures in (chicken file posix)
Metadata
- Id: 32f861e79b091fc9be2934b61b1491bfdc47496d
- Trac id: 1518
- Type: defect
- Reporter: kooda
- Owner:
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty: trivial
- Resolution: fixed
- Priority: major
- Milestone: 5.0
- Version: 5.0.0
- Changetime: 2018-08-22 12:16:22 UTC
- Created: 2018-08-21 15:11:20 UTC
- Keywords:
Description
The documentation for the (chicken file posix) module mention file-read-access? file-write-access? and file-execute-access? but these procedures aren’t defined anywhere, no NEWS entry exist for these either. Where did they go? Should we add them back, or update the documentation?
http://wiki.call-cc.org/man/5/Module%20(chicken%20file%20posix)#file-read-access
Changes and comments
[2018-08-22 08:42:41 UTC] sjamaan wrote:
Looks like a documentation bug. There's `file-readable?`, `file-writable?` and `file-executable` in `(chicken file)`. But we should add them to NEWS because they were renamed (the ones you mention from the docs are old C4 names)
[2018-08-22 12:16:22 UTC] kooda changed status from new to closed
[2018-08-22 12:16:22 UTC] kooda set resolution to fixed
[2018-08-22 12:16:22 UTC] kooda wrote:
Fixed the documentation and added a NEWS file entry (f12c070ba198027fd59398b41eb1c253dbf6aed8)