Opened 6 years ago
Closed 6 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 6 years ago by
comment:2 Changed 6 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed with a custom build script. Ugly, but effective
Note: See
TracTickets for help on using
tickets.

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