Summary

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

Metadata

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.

Changes and comments

[2021-01-13 08:55:30 UTC] sjamaan changed milestone from someday to 5.3

[2021-01-13 08:55:30 UTC] sjamaan wrote:

Patch posted, changing milestone

[2021-01-14 05:04:23 UTC] evhan changed status from new to closed

[2021-01-14 05:04:23 UTC] evhan set resolution to fixed

[2021-01-14 05:04:23 UTC] evhan wrote:

Fixed by Peter's patch in b6703169.