Opened 7 years ago
Closed 7 years ago
#1518 closed defect (fixed)
Unimplemented procedures in (chicken file posix)
| Reported by: | Kooda | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 5.0 |
| Component: | core libraries | Version: | 5.0.0 |
| Keywords: | Cc: | ||
| Estimated difficulty: | trivial |
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
Change History (2)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed the documentation and added a NEWS file entry (f12c070ba198027fd59398b41eb1c253dbf6aed8)
Note:
See TracTickets
for help on using tickets.

Looks like a documentation bug. There's
file-readable?,file-writable?andfile-executablein(chicken file). But we should add them to NEWS because they were renamed (the ones you mention from the docs are old C4 names)