Bugs item #1433526, was opened at 2006-02-17 12:38
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=1433526&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: 6
Submitted By: Matthias Radestock (mradestock)
Assigned to: Nobody/Anonymous (nobody)
Summary: 'undefined variable' errors in srfi-25-lib
Initial Comment:
SISC (1.13.0-alpha)
#;> (require-library 'sisc/libs/srfi/srfi-25-lib)
(sisc/libs/srfi/srfi-25-lib
(sisc/libs/srfi/srfi-25))
#;> (import srfi-25-lib)
#;> (tabulate-array (shape 0 4 0 4) (lambda (j k) (if
(= j k) 1 0)))
Error: undefined variable 'array:applier-to-vector'.
file:/localhome/rade/programs/sisc/src/sisc/modules/srfi/srfi-25/arlib.scm:193:44:
<from call to @srfi-25::array-end>
file:/localhome/rade/programs/sisc/src/sisc/modules/srfi/srfi-25/arlib.scm:193:19:
<indeterminate call>
?:?:?: <indeterminate call> [Repeated twice]
#;>
There are other, similar errors too.
The errors are caused by srfi-25-lib using a bunch of
functions that are internal to srfi-25.
There is a test suite, list.scm, for testing
srfi-25-lib, so it should be fairly straightforward to
test any fix we apply.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1433526&group_id=23735
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
|