
15 Apr
2010
15 Apr
'10
1:29 p.m.
On Thu, Apr 15, 2010 at 9:20 AM, Mark Evenson <evenson@panix.com> wrote:
I added the [gist of Tobias' analysis in the Wiki][1].
[1]: http://trac.common-lisp.net/armedbear/wiki/SourceLocation
Regarding the comment:
SWANK-COMPILE-STRING must be implemented on top of COMPILE-FILE, the current implementation is wrong.
Note that slime may assume that a running lisp has access to a writeable file system, which may not be the case. So this is probably too strong a constraint. -Alan