[slime-devel] patch for a glitch in swank-sbcl.lisp
Tobias C. Rittweiler
tcr at freebits.de
Fri Apr 3 21:13:22 UTC 2009
Philipp Matthias Schäfer <philipp.schaefer at gmail.com> writes:
> --- swank-sbcl.lisp 7 Mar 2009 19:08:03 -0000 1.237
> +++ swank-sbcl.lisp 25 Mar 2009 21:02:23 -0000
> @@ -512,7 +512,7 @@
> (source-cache-get input-file
> (file-write-date input-file))
> (not (load output-file))))))
> - (sb-c:fatal-compiler-error () nil)))
> + (sb-c:fatal-compiler-error () (value nil nil t))))
Well spotted, thanks!
-T.
More information about the slime-devel
mailing list