Opened 5 years ago

Closed 5 years ago

#1618 closed defect (fixed)

srfi-18 types file is incorrect in 5.1

Reported by: sjamaan Owned by:
Priority: major Milestone: 5.1
Component: extensions Version: 5.0.0
Keywords: Cc:
Estimated difficulty: medium

Description

It uses symbol as the type for keywords used as arguments in some procedures like thread-wait-for-i/o!.

The easiest way to solve this for now would be to change it to *. For 5.0, keyword isn't supported.

Change History (2)

comment:1 Changed 5 years ago by sjamaan

Possibly a better alternative (though very ugly): Write a custom build script which replaces keyword with symbol in the types file when running under CHICKEN 5.0.

comment:2 Changed 5 years ago by sjamaan

Resolution: fixed
Status: newclosed

Fixed with a custom build script. Ugly, but effective

Note: See TracTickets for help on using tickets.