Re: Setting *warn-on-reflection* such that multiple threads can see it

2009-11-24 Thread Chris Jenkins
That's great - now why didn't I realise that :-) Thanks, Chris 2009/11/24 Christophe Grand > Hi, > > > On Tue, Nov 24, 2009 at 6:38 PM, Chris Jenkins wrote: > >> Is it possible to set *warn-on-reflection* such that it can be seen by >> multiple threads? I can't use def to define *warn-on-re

Re: Setting *warn-on-reflection* such that multiple threads can see it

2009-11-24 Thread Christophe Grand
Hi, On Tue, Nov 24, 2009 at 6:38 PM, Chris Jenkins wrote: > Is it possible to set *warn-on-reflection* such that it can be seen by > multiple threads? I can't use def to define *warn-on-reflection* because it > is defined in another namespace. I can use set! to change the value of the > binding

Setting *warn-on-reflection* such that multiple threads can see it

2009-11-24 Thread Chris Jenkins
Hi, Is it possible to set *warn-on-reflection* such that it can be seen by multiple threads? I can't use def to define *warn-on-reflection* because it is defined in another namespace. I can use set! to change the value of the binding for one thread but this is not seen by other threads: (set! *wa