Re: breve 1.9 final betas + source

Will Davis <[email protected]>
Newsgroups gmane.comp.breve
Message-ID <[email protected]>
jon klein wrote:

> Hi everybody,
> the final betas of breve 1.9 are now available for all platforms.
> Unless there are major problems with these builds, they will
> likely be the final 1.9 release.  The new builds can be downloaded
> from:
>
> http://www.spiderland.org/breve_1.9/
>
> In addition, the up-to-date source code for these builds is
> available in the same directory.
>
> Feedback is, as always, greatly appreciated!
>
> - jon klein
>
Hi Jon,

I don't know if I mentioned it before, but I found a bug in the priority 
order of logical operators. || appears to have higher evaluation 
priority than &&, so that

a || b && c

evaluates differently from

a || (b && c)

The priority should be the other way around, so that && is more 
important than ||.

Like I said, I can't remember if I told you before, and I haven't had 
chance to try my code out with 1.9b yet as I have been writing up my 
project rather than working on it. I'd just like to say that without 
breve and all your help I wouldn't have been able to achieve anywhere 
near as much as I would have done otherwise. Thanks for creating such a 
great piece of software and for all the assistance you've given me these 
last 6 months. Hopefully I'll be able to carry on with some of the stuff 
I've been doing, but regardless I think that someone will continuing my 
work next year and will probably make use of breve. I'll try and get all 
the stuff that I've done up on a website so that you can have a look and 
maybe link to it if you want.

Thanks again,

Will
_______________________________________________
breve mailing list
[email protected]
http://www.spiderland.org/mailman/listinfo/breve
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.