Dear list,
While trying to solve issues that have cropped up with SBCL 0.9.6 and Araneida, I put some (warn "blah") lines in. With SBCL 0.9.5 this printed to the slime REPL - with 0.9.6 it does not.
I'm using a threaded server, so the warnings are happening in another thread. Has this happened to anyone else? Is this intended behavior?
Thanks, Alan
On Wed, Nov 09, 2005 at 06:15:45PM -0600, Alan Shields wrote:
While trying to solve issues that have cropped up with SBCL 0.9.6 and Araneida, I put some (warn "blah") lines in. With SBCL 0.9.5 this printed to the slime REPL - with 0.9.6 it does not.
I'm using a threaded server, so the warnings are happening in another thread. Has this happened to anyone else? Is this intended behavior?
Resolved. It was the SBCL 0.9.6 local binding issue. Thanks, Ivan!
Alan