chicken-janitors
[Top][All Lists]
Advanced

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

Re: [Chicken-janitors] #677: bug in pdf egg


From: Chicken Trac
Subject: Re: [Chicken-janitors] #677: bug in pdf egg
Date: Wed, 31 Aug 2011 13:39:56 -0000

#677: bug in pdf egg
-------------------------+--------------------------------------------------
  Reporter:  felix       |       Owner:  ckeen   
      Type:  defect      |      Status:  accepted
  Priority:  major       |   Milestone:          
 Component:  extensions  |     Version:  4.7.x   
Resolution:              |    Keywords:  pdf     
-------------------------+--------------------------------------------------
Changes (by ckeen):

  * owner:  => ckeen
  * status:  new => accepted


Comment:

 The root cause seemed to be a misplaced parenthesis pair:

 {{{
  (define (set-dictionary-value dict name value)
 -  (set-cdr! (assoc name (dictionary-values dict) value)))
 +  (set-cdr! (assoc name (dictionary-values dict)) value))
 }}}

 I have commited a patch for this to trunk. Who is the maintainer of this
 egg? Should I tag a new version?

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