Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-26 Thread PICCORO McKAY Lenz
From: Beno?t Minisini gam...@users.sourceforge.net I think for gambas 3.7 the changes between versions must stop (preferable), so then the repository can be able to stable across time.. The rule is the following: A program made with Gambas 3.X will work with all Gambas 3.Y where Y = X,

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-23 Thread Ian Haywood
On Wed, Oct 22, 2014 at 1:38 AM, Benoît Minisini gam...@users.sourceforge.net wrote: Le 21/10/2014 16:25, PICCORO McKAY Lenz a écrit : The rule is the following: A program made with Gambas 3.X will work with all Gambas 3.Y where Y = X, except if your program relies on the bad behaviour of a

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-23 Thread Fabien Bodard
ideally back-compiling to older versions as an option in the IDE, but I appreciate that would be quite hard to do, your time may be more usefully spent on other things. Ianld sound a good idea. It will resolve the problem ... But is it complex to do ?. Or maybe gambas package should embed

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-23 Thread Stephen
On 10/21/2014 10:38 AM, Benoît Minisini wrote: Le 21/10/2014 16:25, PICCORO McKAY Lenz a écrit : Date: Thu, 16 Oct 2014 17:41:07 +0200 From: Beno?t Minisinigam...@users.sourceforge.net Now let's start hacking for Gambas 3.7. *The main goal now is making a dedicated Gambas software

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-23 Thread Ron
Maybe we should have some Mike this? Ifdef System.Version = 3.6.0 then ' do special new code.. Else ' something else Endif Regards, Ron Op 23 okt. 2014 14:49 schreef Fabien Bodard gambas...@gmail.com: ideally back-compiling to older versions as an option in the IDE, but I appreciate that

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-23 Thread Tobias Boege
On Thu, 23 Oct 2014, Ron wrote: Maybe we should have some Mike this? Ifdef System.Version = 3.6.0 then ' do special new code.. Else ' something else Endif Do you mean System.FullVersion? -- There's an old saying: Don't change anything... ever! -- Mr. Monk

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-23 Thread Tobias Boege
On Thu, 23 Oct 2014, Tobias Boege wrote: On Thu, 23 Oct 2014, Ron wrote: Maybe we should have some Mike this? Ifdef System.Version = 3.6.0 then ' do special new code.. Else ' something else Endif Do you mean System.FullVersion? Or better yet (in some sense): #If Gambas =

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-23 Thread Fabien Bodard
Le 23 oct. 2014 17:33, Tobias Boege tabo...@gmail.com a écrit : On Thu, 23 Oct 2014, Tobias Boege wrote: On Thu, 23 Oct 2014, Ron wrote: Maybe we should have some Mike this? Ifdef System.Version = 3.6.0 then ' do special new code.. Else ' something else Endif Do you

[Gambas-user] Release goals for 3.7 / 4.0

2014-10-21 Thread PICCORO McKAY Lenz
Date: Thu, 16 Oct 2014 17:41:07 +0200 From: Beno?t Minisini gam...@users.sourceforge.net Now let's start hacking for Gambas 3.7. *The main goal now is making a dedicated Gambas software repository.* I think for gambas 3.7 the changes between versions must stop (preferable), so then the

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-21 Thread Fabien Bodard
2014-10-21 16:38 GMT+02:00 Benoît Minisini gam...@users.sourceforge.net: Le 21/10/2014 16:25, PICCORO McKAY Lenz a écrit : Date: Thu, 16 Oct 2014 17:41:07 +0200 From: Beno?t Minisini gam...@users.sourceforge.net Now let's start hacking for Gambas 3.7. *The main goal now is making a

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-21 Thread Charlie Reinl
Am Dienstag, den 21.10.2014, 16:38 +0200 schrieb Benoît Minisini: The rule is the following: A program made with Gambas 3.X will work with all Gambas 3.Y where Y = X, except if your program relies on the bad behaviour of a bug that is fixed in a new version. Salut Benoît, exist somewhere a