Bugs item #1754254, was opened at 2007-07-15 11:25
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=1754254&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: 5
Private: No
Submitted By: Friedrich Delgado Friedrichs (taupan)
Assigned to: Nobody/Anonymous (nobody)
Summary: require-library breaks in environments
Initial Comment:
When I'm at the sisc prompt and I do:
SISC (1.16.6)
#;> (eval '(require-library 'sisc/libs/srfi/srfi-8) (sisc-initial-environment))
(sisc/libs/srfi/srfi-8)
#;> (eval '(require-library 'sisc/libs/srfi/srfi-8) (sisc-initial-environment))
#t
#;> (eval '(receive (a b) (values 1 2) (+ a b)) (sisc-initial-environment))
Error: undefined variable 'a'.
---------------------------
To enable more detailed stack tracing, set the dynamic parameter
max-stack-trace-depth to a non-zero value, e.g. 16.
---------------------------
Some stack trace entries may have been suppressed. To see all entries set the
dynamic parameter suppressed-stack-trace-source-kinds to '().
On the second attempt the library is deemed to be loaded but its exported
bindings aren't visible in the environment.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1754254&group_id=23735
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
|