Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

[ sisc-Bugs-1464027 ] arity error in srfi-14's char-set-{ref,cursor-next}: msg#00000

Subject: [ sisc-Bugs-1464027 ] arity error in srfi-14's char-set-{ref,cursor-next}
Bugs item #1464027, was opened at 2006-04-04 08:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1464027&group_id=23735

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 7
Submitted By: Matthias Radestock (mradestock)
Assigned to: Nobody/Anonymous (nobody)
Summary: arity error in srfi-14's char-set-{ref,cursor-next}

Initial Comment:
SISC (1.13.2-rc)
#;> (require-library 'sisc/libs/srfi/srfi-14)
(sisc/libs/srfi/srfi-14
  (sisc/libs/srfi/srfi-1
    (sisc/libs/srfi/r5rs)
    (sisc/libs/srfi/optional-args
      (sisc/libs/srfi/srfi-23))
    (sisc/libs/srfi/srfi-8))
  (sisc/libs/srfi/srfi-60))
#;> (import srfi-14)
#;> (char-set->list char-set:printing)
Error: expected 3 argument(s) to #<procedure>, got 2.
---------------------------
file:/localhome/rade/programs/sisc/src/sisc/modules/srfi/srfi-14/srfi-14.scm:69:22:
<indeterminate call>
---------------------------
file:/localhome/rade/programs/sisc/src/sisc/modules/srfi/srfi-14/srfi-14.scm:93:26:
<from call to @srfi-14::char-set-ref>
---------------------------
2 repetitions of ...
  ?:?:?: <indeterminate call>
file:/localhome/rade/programs/sisc/src/sisc/modules/srfi/srfi-14/srfi-14.scm:224:3:
<from call to @srfi-14::char-set-fold>
console:3:1: <from call to @srfi-14::char-set->list>
sisc.modules.Primitives/with-stack-marker:?:?:
<indeterminate call>


The problem is that char-set-ref calls lowest-bit-set
with two arguments instead of the expected three. The
same bug is present in charset-cursor-next.

Given that these procedures are called by several other
 procedures in srfi-14, much of srfi-14 is currently
broken.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1464027&group_id=23735


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642


<Prev in Thread] Current Thread [Next in Thread>