Opened 9 years ago
Closed 9 years ago
#1281 closed defect (fixed)
coops does not compile with CHICKEN 4.11.0 rc 1
Reported by: | Ivan Raikov | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | extensions | Version: | 4.10.x |
Keywords: | Cc: | ||
Estimated difficulty: |
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) <--
Change History (2)
comment:1 follow-up: 2 Changed 9 years ago by
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This will have been fixed by [33299].