[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] #1292: Unit posix: documentation incomplete
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] #1292: Unit posix: documentation incomplete |
Date: |
Thu, 26 May 2016 16:56:41 -0000 |
#1292: Unit posix: documentation incomplete
-------------------------------+---------------------
Reporter: nxg | Owner:
Type: defect | Status: new
Priority: not urgent at all | Milestone: someday
Component: core libraries | Version: 4.10.x
Keywords: posix |
-------------------------------+---------------------
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.
--
Ticket URL: <http://bugs.call-cc.org/ticket/1292>
CHICKEN Scheme <http://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Chicken-janitors] #1292: Unit posix: documentation incomplete,
Chicken Trac <=