Re: Q: Is this intended with multiple with same scope ?

2010-03-04 Thread Wascally Wabbit
Stefan Bodewig wrote: On 2010-02-26, Simone Cato wrote: Is this the intended effect of multiple s within the same scope? Probably not a conscious choice. You've just created a new local binding for the name "who", destroying the old local binding.

Re: task that allows augmentation of previously declared references

2010-03-04 Thread Peter Reilly
I agree, datatypes are mutable, properties are not, why add this complexity of "final". Peter On Wed, Mar 3, 2010 at 9:13 PM, Antoine Levy Lambert wrote: > Hi, > > I was thinking that ant datatypes are currently de-facto mutable by default. > Maybe we are making this too complex. > Of course, o