On Thu, 2013-03-21 at 18:39 +0000, Martin Simmons wrote:
On Mon, 18 Mar 2013 21:41:42 +0100, Stelian Ionescu said:
I'd like to make a new release by this weekend, so please run the test suite on all available implementations.
There are two bugs in the LispWorks implementation of bt:join-thread. Firstly, mp:process-private-property only works on the current thread (the second argument is actually the default) and secondly the private properties are removed when the process exits.
Please use mp:process-property instead:
Thanks, committed. I think this feature should be part of the LW API, it's very useful.