PureBasic 4.31 beta 2 released!

Developed or developing a new product in PureBasic? Tell the world about it.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

PureBasic 4.31 beta 2 released!

Post by freak »

Hello everybody,

A new PureBasic release has entered the beta stage. This is a bugfix-only release, there are no new features. The purpose of this release is to give those that only switch to newer releases once the beta-period is over a stable base to work with while the v4.40 release is going through the alpha and beta stages. We tried to focus on the major bugs in the 4.30 release and skip minor issues. Note that some bigger bugs could not be resolved without major changes to the code and so we postponed these to the next release as well.

You can download it as usual on your user account.

Note: Since there are no new features and we want to get our focus back on the v4.40 release soon, this beta-period will be very short (maybe only one beta release). So if you reported bugs that are now marked as fixed, please test soon to verify that things work as they should now.

The v4.40 release is still a bit away, but we are working very hard on it. The list of new things is quite long again and we still need to work a few things out. Stay tuned.

The PureBasic Team
Last edited by freak on Mon May 25, 2009 12:38 am, edited 1 time in total.
quidquid Latine dictum sit altum videtur
SCRJ
User
User
Posts: 93
Joined: Sun Jan 15, 2006 1:36 pm

Post by SCRJ »

Thanks :D
...Waiting for 4.40 :D
User avatar
Falko
Enthusiast
Enthusiast
Posts: 271
Joined: Sat Oct 04, 2003 12:57 pm
Location: Germany
Contact:

Post by Falko »

SCRJ wrote:Thanks :D
...Waiting for 4.40 :D
Good news for PB 4.40 :D

Thank you @PB-Team
www.falko-pure.de
Win11 Pro 64-Bit, PB_6.11b1
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Re: PureBasic 4.31 beta1 released!

Post by Rescator »

Wohoo!

And as for 4.40, this made me grin so big I ended up laughing...
freak wrote:The list of new things is quite long again
It's like a 2nd xmas ;)
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

I tried the beta 4.31 (Win x86) on a 23000+ line program. It found a couple of syntax errors it didn't find before - once I fixed them it compiled fine and all seems to work ok. :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
Fred
Administrator
Administrator
Posts: 18163
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

DoubleDutch wrote:I tried the beta 4.31 (Win x86) on a 23000+ line program. It found a couple of syntax errors it didn't find before - once I fixed them it compiled fine and all seems to work ok. :)
Was they real syntax errors or a compiler mistake ?
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

Really syntax errors that were not picked up before.

I'd just typed 'School\Title', rather than 'School\Title=0' and a define didn't have the type, when the procedure had the type.

The new version caught these errors, the old one didn't. :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
Fred
Administrator
Administrator
Posts: 18163
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Good ;).
cas
Enthusiast
Enthusiast
Posts: 597
Joined: Mon Nov 03, 2008 9:56 pm

Post by cas »

Thanks. Works fine for now :P
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Post by Rescator »

Now that's pretty cool, even EnableExplicit wouldn't have caught that.
Maybe I'll debug my code faster now too :)
User avatar
Inner
PureBasic Expert
PureBasic Expert
Posts: 714
Joined: Fri Apr 25, 2003 4:47 pm
Location: New Zealand

Post by Inner »

Thanks, would be nice if you had time to list the bugs that where fixed in future please.
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Post by Tranquil »

Thanks PB Team for a stable release of 4.3x soon. I tried the beta and my actual projects seems to compile fine.

As my projects for production environment are always compiled with one version behind the official one I'm happy to see a 4.3x announcement.

Short: Good Work!
Tranquil
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

All of my major projects compile fine with this new version. Thank you team.
I may look like a mule, but I'm not a complete ass.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

Yaaay! I'm off to recompile. :)
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Post by rsts »

Sources compile and run.

Will be a little more work to go back and identify the "work arounds" and remove them to see if things still work :)

- as someone else mentioned a "fixed" list would be helpful. perhaps in the future a tag could be added to the FIXED to identify the release so we could just search on that? e.g FIXED 4.31 or something

Looks great so far.

cheers
Last edited by rsts on Mon May 25, 2009 4:53 pm, edited 2 times in total.
Post Reply