[Gambas-user] [Gambas Bug Tracker] Bug #835: gambas3 doesn't build with llvm > 3.5

2015-11-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.835&from=L21haW4- Comment #3 by Gianfranco COSTAMAGNA: Hi Fails To Build From Source :) Anyway, I'm trying to update gambas3 for Debian right now, and we are trying to remove llvm 3.4 and llvm 3.5 from the archive soon, this is why I opened this

[Gambas-user] [Gambas Bug Tracker] Bug #835: gambas3 doesn't build with llvm > 3.5

2015-11-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.835&from=L21haW4- Benoît MINISINI changed the state of the bug to: Rejected. -- ___ Gambas-user mailing list Gambas-user@list

[Gambas-user] [Gambas Bug Tracker] Bug #835: gambas3 doesn't build with llvm > 3.5

2015-11-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.835&from=L21haW4- Comment #2 by Benoît MINISINI: ...And I don't know what a "FTBFS" is. -- ___ Gambas-user mailing list Gamba

[Gambas-user] [Gambas Bug Tracker] Bug #835: gambas3 doesn't build with llvm > 3.5

2015-11-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.835&from=L21haW4- Comment #1 by Benoît MINISINI: Recent versions of Gambas now correctly check that the LLVM version is between 3.1 and 3.5. LLVM 3.6 decided to replace their old JIT API by a new incompatible one, and so broke programs like Gamb

Re: [Gambas-user] Enumerate all classes inheriting X

2015-11-07 Thread Benoît Minisini
Le 08/11/2015 04:14, Benoît Minisini a écrit : > Le 07/11/2015 15:20, Benoît Minisini a écrit : >> >> At the moment, you can't get any information on a class without loading >> it into the interpreterer, which may have unwanted effects... >> >> I have the same need, so I may provide a solution in t

Re: [Gambas-user] Enumerate all classes inheriting X

2015-11-07 Thread Benoît Minisini
Le 07/11/2015 15:20, Benoît Minisini a écrit : > > At the moment, you can't get any information on a class without loading > it into the interpreterer, which may have unwanted effects... > > I have the same need, so I may provide a solution in the future! > In revision #7457, I have added a Class.

[Gambas-user] Release of Gambas 3.8.3

2015-11-07 Thread Benoît Minisini
Hi, Gambas 3.8.3 release is now official. Download it at: http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.8.3.tar.bz2/download Regards, -- Benoît Minisini -- ___

Re: [Gambas-user] Enumerate all classes inheriting X

2015-11-07 Thread Tobias Boege
On Sat, 07 Nov 2015, Beno??t Minisini wrote: > Le 06/11/2015 06:04, Tobias Boege a ?crit : > > Hi, > > > > in my project I have the need to enumerate all classes from my current > > project (not from components) for which > > > >hClass Is X > > > > is true for some fixed class X, once at startu

Re: [Gambas-user] Enumerate all classes inheriting X

2015-11-07 Thread Benoît Minisini
Le 06/11/2015 06:04, Tobias Boege a écrit : > Hi, > > in my project I have the need to enumerate all classes from my current > project (not from components) for which > >hClass Is X > > is true for some fixed class X, once at startup. I think I tried > >For Each hClass In Classes > hCu

Re: [Gambas-user] Enumerate all classes inheriting X

2015-11-07 Thread Fabien Bodard
If i remember well Classes can list only exported classes. http://gambaswiki.org/wiki/lang/is http://gambaswiki.org/wiki/comp/gb/class/parent 2015-11-07 11:43 GMT+01:00 Tobias Boege : > On Sat, 07 Nov 2015, zainudin ahmad wrote: >> On Fri, Nov 6, 2015 at 12:04 PM, Tobias Boege wrote: >> >> > Hi

Re: [Gambas-user] Enumerate all classes inheriting X

2015-11-07 Thread Tobias Boege
On Sat, 07 Nov 2015, zainudin ahmad wrote: > On Fri, Nov 6, 2015 at 12:04 PM, Tobias Boege wrote: > > > Hi, > > > > in my project I have the need to enumerate all classes from my current > > project (not from components) for which > > > > hClass Is X > > > > is true for some fixed class X, once