chicken-janitors
[Top][All Lists]
Advanced

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

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


From: Chicken Scheme
Subject: [Chicken-janitors] [Chicken-bugs] #340: Prometheus egg is non-functional
Date: Fri, 19 Oct 2007 18:49:17 -0000

#340: Prometheus egg is non-functional
---------------------------------------+------------------------------------
 Reporter:  address@hidden  |       Type:  defect
   Status:  new                        |   Priority:  major 
Component:  extensions                 |    Version:  2.7   
 Keywords:  prometheus                 |  
---------------------------------------+------------------------------------
 Hi,

 The prometheus egg seem to be non-functional.  The session below should be
 self-explanatory


 {{{
 CHICKEN
 Version 2.719 - linux-unix-gnu-x86 - [ manyargs dload ptables applyhook ]
 (c)2000-2007 Felix L. Winkelmann | compiled 2007-10-05 on Tetragrammaton
 (Linux)

 #;1> (require-extension prometheus)
 ; loading /usr/lib/chicken/3/prometheus.so ...
 Error: unbound variable: alist-delete!

         Call history:

         <syntax>                (require-extension prometheus)
         <syntax>                (##core#require-extension (quote
 prometheus))
         <syntax>                (begin (begin (##sys#require (quote
 prometheus))) (##core#undefined))
         <syntax>                (begin (##sys#require (quote prometheus)))
         <syntax>                (##sys#require (quote prometheus))
         <syntax>                (quote prometheus)
         <syntax>                (##core#undefined)
         <eval>          (##sys#require (quote prometheus))      <--
 #;1> (require-extension srfi-1)
 ; loading library srfi-1 ...
 #;2> (require-extension prometheus)
 ; loading /usr/lib/chicken/3/prometheus.so ...
 #;3> (define X (*the-root-object* 'clone))
 Error: unbound variable: *the-root-object*

         Call history:

         <syntax>                (define X (*the-root-object* (quote
 clone)))
         <syntax>                (##core#set! X (*the-root-object* (quote
 clone)))
         <syntax>                (*the-root-object* (quote clone))
         <syntax>                (quote clone)
         <eval>          (*the-root-object* (quote clone))       <--
 #;3>

 }}}



 --
 Jean-Philippe Théberge
 Programmeur-Architecte
 http://www.BuddyPilots.com

-- 
Ticket URL: <http://trac.callcc.org/ticket/340>
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]