Opened 5 years ago

Closed 5 years ago

#1609 closed defect (fixed)

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

Reported by: Robert C Jensen Owned by: Robert C Jensen
Priority: not urgent at all Milestone: 5.1
Component: core libraries Version: 5.0.0
Keywords: Cc:
Estimated difficulty: trivial

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'

Attachments (1)

file-type-accepts-port.patch (1.0 KB) - added by Robert C Jensen 5 years ago.
patch

Download all attachments as: .zip

Change History (3)

Changed 5 years ago by Robert C Jensen

patch

comment:1 Changed 5 years ago by sjamaan

Milestone: someday5.1

comment:2 Changed 5 years ago by evhan

Resolution: fixed
Status: newclosed

Fixed by 06b760e77.

Note: See TracTickets for help on using tickets.