[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #478: coops: Error: during expansion of (define-c
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #478: coops: Error: during expansion of (define-class ...) - unbound variable: alist-cons |
Date: |
Sun, 15 Jan 2012 00:19:15 -0000 |
#478: coops: Error: during expansion of (define-class ...) - unbound variable:
alist-cons
-------------------------+--------------------------------------------------
Reporter: syn | Owner: felix
Type: defect | Status: reopened
Priority: minor | Milestone: 4.8.0
Component: extensions | Version: 4.6.x
Resolution: | Keywords: coops
-------------------------+--------------------------------------------------
Comment(by syn):
Ah, the fix you commited for this was to add {{{(import-for-syntax
srfi-1)}}}. This doesn't seem to do the trick anymore. Replacing it with
this works though:
{{{
(begin-for-syntax
(import chicken)
(use srfi-1))
}}}
Not sure if there is a better solution, perhaps?
--
Ticket URL: <http://bugs.call-cc.org/ticket/478#comment:4>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.
- Re: [Chicken-janitors] #478: coops: Error: during expansion of (define-class ...) - unbound variable: alist-cons, Chicken Trac, 2012/01/14
- Re: [Chicken-janitors] #478: coops: Error: during expansion of (define-class ...) - unbound variable: alist-cons,
Chicken Trac <=
- Re: [Chicken-janitors] #478: coops: Error: during expansion of (define-class ...) - unbound variable: alist-cons, Chicken Trac, 2012/01/17
- Re: [Chicken-janitors] #478: coops: Error: during expansion of (define-class ...) - unbound variable: alist-cons, Chicken Trac, 2012/01/17
- Re: [Chicken-janitors] #478: coops: Error: during expansion of (define-class ...) - unbound variable: alist-cons, Chicken Trac, 2012/01/20
- Re: [Chicken-janitors] #478: coops: Error: during expansion of (define-class ...) - unbound variable: alist-cons, Chicken Trac, 2012/01/20
- Re: [Chicken-janitors] #478: coops: Error: during expansion of (define-class ...) - unbound variable: alist-cons, Chicken Trac, 2012/01/23