Re: [Gambas-user] Big incompatible change

2011-08-21 Thread Benoît Minisini
> The new inheritance rules will be ported in gbs2 also? > Gambas 2 you mean? Of course not. -- Benoît Minisini -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and mo

Re: [Gambas-user] Big incompatible change

2011-08-21 Thread Emanuele Sottocorno
The new inheritance rules will be ported in gbs2 also? -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and ma

Re: [Gambas-user] Big incompatible change

2011-08-20 Thread Fabián Flores Vadell
2011/8/20 Benoît Minisini : >> 2011/8/19 Benoît Minisini : >> > To fix the bug tracker issue #78, I had to do some incompatible changes. >> > >> > But now, changing the return datatype of a method through inheritance is >> > now correctly forbidden. >> > >> > Theoretically, I have to prevent method

Re: [Gambas-user] Big incompatible change

2011-08-20 Thread Benoît Minisini
> 2011/8/19 Benoît Minisini : > > To fix the bug tracker issue #78, I had to do some incompatible changes. > > > > But now, changing the return datatype of a method through inheritance is > > now correctly forbidden. > > > > Theoretically, I have to prevent method signature from changing between

Re: [Gambas-user] Big incompatible change

2011-08-20 Thread Fabián Flores Vadell
2011/8/19 Benoît Minisini : > To fix the bug tracker issue #78, I had to do some incompatible changes. > But now, changing the return datatype of a method through inheritance is now > correctly forbidden. > > Theoretically, I have to prevent method signature from changing between > inheritance too

Re: [Gambas-user] Big incompatible change

2011-08-20 Thread richard terry
On Saturday 20 August 2011 10:37:32 Benoît Minisini wrote: > To fix the bug tracker issue #78, I had to do some incompatible changes. > > - TreeView, ListView and ColumnView Find() method have been renamed as > FindAt(). > > - IconView.Find() has been renamed as FindAt(). > > - Workspace.Childre

[Gambas-user] Big incompatible change

2011-08-19 Thread Benoît Minisini
To fix the bug tracker issue #78, I had to do some incompatible changes. - TreeView, ListView and ColumnView Find() method have been renamed as FindAt(). - IconView.Find() has been renamed as FindAt(). - Workspace.Children has been renamed as Workspace.Windows. The IDE source code has been fix