chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: [Chicken-bugs] #340: Prometheus egg is non-functi


From: Chicken Scheme
Subject: [Chicken-janitors] Re: [Chicken-bugs] #340: Prometheus egg is non-functional
Date: Sun, 21 Oct 2007 17:59:50 -0000

#340: Prometheus egg is non-functional
--------------------------------------+-------------------------------------
Reporter:  address@hidden  |        Owner:            
    Type:  defect                     |       Status:  closed    
Priority:  major                      |    Component:  extensions
 Version:  2.7                        |   Resolution:  fixed     
Keywords:  prometheus                 |  
--------------------------------------+-------------------------------------
Changes (by felix):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 `srfi-1` should indeed be loaded - I have fixed this in version 1.1 of the
 `prometheus` egg.

 The other error is because you have to import it:

 {{{
 % csi -R prometheus

 CHICKEN
 Version 2.713 - macosx-unix-gnu-ppc - [ manyargs dload ptables applyhook ]
 (c)2000-2007 Felix L. Winkelmann | compiled 2007-09-29 on
 o3184.o.pppool.de (Darwin)

 ; loading /usr/lib/chicken/3/prometheus.so ...
 #;1> (use syntax-case)
 ; loading /usr/lib/chicken/3/syntax-case.so ...
 ; loading /usr/lib/chicken/3/syntax-case-chicken-macros.scm ...
 #;2> (import prometheus)
 ; visiting /usr/lib/chicken/3/prometheus.scm ...
 #;3> *the-root-object*
 #<procedure (obj.1596 message.15981761 . args.15971762)>
 #;4>
 }}}

-- 
Ticket URL: <http://trac.callcc.org/ticket/340#comment:1>
Chicken Scheme <http://www.call-with-current-continuation.org/>
The CHICKEN Scheme-to-C compiler

reply via email to

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