Summary

chicken.file.posix#file-type should accept a port

Metadata

Attachments

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.