Summary
coops does not compile with CHICKEN 4.11.0 rc 1
Metadata
- Id: 0543923398b5ce87b50212277d150be5782357ef
- Trac id: 1281
- Type: defect
- Reporter: iraikov
- Owner:
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: someday
- Version: 4.10.x
- Changetime: 2016-04-19 01:56:40 UTC
- Created: 2016-04-19 01:39:49 UTC
- Keywords:
Description
Compiling coops with CHICKEN 4.11.0 fails with the following error:
'...csc' -feature compiling-extension -setup-mode -s -O3 -d1 coops-primitive-objects -JS
Error: (slot-ref) during expansion of (import ...) - expected syntax-transformer, but got: #f
Call history: <syntax> (##core#undefined) <syntax> (use coops) <syntax> (##core#require-extension (coops) #t) <syntax> (##core#begin (##core#begin (##core#begin (##sys#require (quote coops))) (import coops)) (##core#und... <syntax> (##core#begin (##core#begin (##sys#require (quote coops))) (import coops)) <syntax> (##core#begin (##sys#require (quote coops))) <syntax> (##sys#require (quote coops)) <syntax> (quote coops) <syntax> (##core#quote coops) <syntax> (import coops) <syntax> (import chicken scheme chicken matchable srfi-1 data-structures extras record-variants foreign) <syntax> (import scheme chicken lolevel) <syntax> (##core#undefined) <syntax> (import scheme) <syntax> (##core#undefined) <syntax> (##core#undefined) <--
Changes and comments
[2016-04-19 01:50:33 UTC] evhan wrote:
This will have been fixed by [[33299]|].
[2016-04-19 01:56:40 UTC] iraikov changed status from new to closed
[2016-04-19 01:56:40 UTC] iraikov set resolution to fixed
[2016-04-19 01:56:40 UTC] iraikov wrote:
Thanks, it seems to work with matchable 3.6.
Replying to evhan: > This will have been fixed by [[33299]|].