chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-janitors] #1154: error using 'bindings' egg from an 'includ


From: Chicken Trac
Subject: Re: [Chicken-janitors] #1154: error using 'bindings' egg from an 'included' script
Date: Thu, 18 Sep 2014 15:21:16 -0000

#1154: error using 'bindings' egg from an 'included' script
----------------------+-----------------------------------------------------
  Reporter:  retroj   |       Owner:         
      Type:  defect   |      Status:  new    
  Priority:  major    |   Milestone:  someday
 Component:  unknown  |     Version:  4.9.x  
Resolution:           |    Keywords:         
----------------------+-----------------------------------------------------

Comment(by retroj):

 I receive the same error if I try to use the bindings egg inside of a
 module.  Here is a test case for that:

 ######### bindings-egg-inside-of-module.scm

     (module bindings-in-a-module-test-case
         *

     (import chicken scheme)

     (use bindings
          extras)

     (pp (bind (a b c) (list 1 2 3) (list c b a)))

     )

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/1154#comment:1>
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]