chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #784: ssax's `ssax:warn' ignores its first argument (


From: Chicken Trac
Subject: [Chicken-janitors] #784: ssax's `ssax:warn' ignores its first argument (port)
Date: Thu, 09 Feb 2012 11:11:32 -0000

#784: ssax's `ssax:warn' ignores its first argument (port)
-----------------------------+----------------------------------------------
 Reporter:  mario            |       Owner:       
     Type:  defect           |      Status:  new  
 Priority:  minor            |   Milestone:  4.8.0
Component:  extensions       |     Version:  4.7.x
 Keywords:  ssax, ssax:warn  |  
-----------------------------+----------------------------------------------
 From ssax-chicken.scm:

 {{{
 (define (ssax:warn port msg . other-msg)
   (apply cerr (cons* nl "Warning: " msg other-msg)))
 }}}

 {{{port}}} doesn't seem to be used anywhere.

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