Am 09/23/2011 07:54 AM, schrieb Riccardo (Jack) Lucchetti:
On Thu, 22 Sep 2011, Allin Cottrell wrote:
> On Thu, 22 Sep 2011, Sven Schreiber wrote:
>
>> I noticed that when you try to re-declare/define a variable which
>> already exists, you get an error if the new declaration/assignment has a
>> different type.
>>
>> For example, after:
>> rez=5
>>
>> it becomes illegal to say:
>> string rez = "whatever"
>>
>> Not sure if that is intended, but I suspect it is. However, the error
>> message could maybe be more explicit? Currently it says "wrong
datatype"
>> or something like that.
>
> Yes, it is intended: you're not allowed to switch types in
> mid-stream. I've now added a more specific error message for
> such cases, in CVS.
As a complete and shameless shirker, may I say that Ignacio's idea of a
pre-release bug-fix period has proven an excellent one and that Allin
deserves huge kudos from the whole community?
Absolutely. Of course Allin fixes bugs all the time which is good when
you have the possibility to use the snapshots or cvs versions, but I
think it is really helpful to have a released version that is as
bug-free as possible. After all, those are the versions that many users
will (have to) use on their systems.
BTW, I think I still haven't updated the German translation, shame on
me. Will do so soon, please don't release yet.
cheers,
sven