chicken-janitors
[Top][All Lists]
Advanced

[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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]