Opened 4 years ago
Closed 4 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 4 years ago by
Milestone: | someday → 5.3 |
---|
comment:2 Changed 4 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed by Peter's patch in b6703169.
Note: See
TracTickets for help on using
tickets.
Patch posted, changing milestone