Summary
chicken.file.posix#file-type should accept a port
Metadata
- Id: be8f61abad716c851d3768398b6cfc4eac13b0be
- Trac id: 1609
- Type: defect
- Reporter: r1b
- Owner: r1b
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty: trivial
- Resolution: fixed
- Priority: not urgent at all
- Milestone: 5.1
- Version: 5.0.0
- Changetime: 2019-04-22 04:58:49 UTC
- Created: 2019-04-18 04:59:07 UTC
- Keywords:
Attachments
- be8f61abad716c851d3768398b6cfc4eac13b0be/attachments/file-type-accepts-port.patch
Description
I noticed this when using https://api.call-cc.org/5/doc/chicken/file/posix/regular-file%3F
in procedure call to `chicken.file.posix#regular-file?', expected argument #1 of type `(or string fixnum)' but was given an argument of type `output-port'
Changes and comments
[2019-04-18 04:59:23 UTC] r1b attached file-type-accepts-port.patch (description=patch)
[2019-04-18 08:00:02 UTC] sjamaan changed milestone from someday to 5.1
[2019-04-22 04:58:49 UTC] evhan changed status from new to closed
[2019-04-22 04:58:49 UTC] evhan set resolution to fixed
[2019-04-22 04:58:49 UTC] evhan wrote:
Fixed by 06b760e77.