Opened 8 years ago

Closed 8 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 Changed 8 years ago by evhan

This will have been fixed by [33299].

comment:2 in reply to:  1 Changed 8 years ago by Ivan Raikov

Resolution: fixed
Status: newclosed

Thanks, it seems to work with matchable 3.6.

Replying to evhan:

This will have been fixed by [33299].

Note: See TracTickets for help on using tickets.