On 8/19/09 5:08 PM, Ville Voutilainen wrote:
2009/8/19 Mark Evensonevenson@panix.com:
I've just committed my version of Tobias' idea about including Java stack information in stack traces when relevant to the trunk. The associated work for SLIME has been committed to SLIME HEAD.
Why does it copy args when creating a LispStackFrame with a vararg constructor? We removed that copying because we didn't find any need for it.
You're correct. Somehow I missed this in the many merges I have done since tracking this patch from Tobias.
Copying the reference instead of the values restored in [svn 12106][1].
[1]: http://trac.common-lisp.net/armedbear/changeset/12106