Opened 3 years ago

Closed 3 years ago

#1725 closed defect (fixed)

Chicken 5 accepts 2-argument log function, but the type database does not.

Reported by: johnwcowan Owned by:
Priority: major Milestone: 5.3
Component: unknown Version: 5.2.0
Keywords: Cc:
Estimated difficulty: trivial

Description

csi prints #<procedure (scheme#log a . rest)> for log, but the compiler claims its type is (number -> (or float cplxnum)). This causes a misleading warning.

Change History (2)

comment:1 Changed 3 years ago by sjamaan

Milestone: someday5.3

Patch posted, changing milestone

comment:2 Changed 3 years ago by evhan

Resolution: fixed
Status: newclosed

Fixed by Peter's patch in b6703169.

Note: See TracTickets for help on using tickets.