Bugs item #1461035, was opened at 2006-03-30 00:52
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=1461035&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
Submitted By: Matthias Radestock (mradestock)
Assigned to: Nobody/Anonymous (nobody)
Summary: |show| broken
Initial Comment:
SISC (1.13.2-rc)
#;> (import debugging)
#;> (show 1)
1
=>
1
=>
(#%program () () () 1)
=>
Error: undefined variable '_compile'.
---------------------------
?:?:?: <indeterminate call>
?:?:?: <indeterminate call>
?:?:?: <indeterminate call>
sisc.modules.Primitives/with-stack-marker:?:?:
<indeterminate call>
I broke this when I renamed the primitive |_compile| to
|compile|.
Easy to fix, obviously, but there are several other
things wrong with that code that I want to address:
* |show| is one big macro rather than a small macro
that calls a function. One effect of this has been that
the the problem wasn't detected by our resolved
reference check.
* |show| duplicates functionality from the pipeline in
the implementation of |compile|.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1461035&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
|