Summary

Unimplemented procedures in (chicken file posix)

Metadata

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)