Re: crunch-scheme: test script failed
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
> This is the end of the output, hope that is usefull: > > ``` > [...] > 0016-compound.scm ... > Error: during expansion of (c-lambda576 ...) - no rule matches form: (c-lambda float (((struct point) _s)) "return _s.x;") Indeed, another screwup by me: the uses of "c-lambda" in crunch.aggregate-types.scm have not been updated. I will commit a new version shortly (0.6), which will also have better support for optional arguments. Thanks for reporting the problem. cheers felix