Re: [Gambas-user] IDE (and runtime) segfault

2013-01-01 Thread Benoît Minisini
Le 29/12/2012 13:40, Bruce a écrit : > Hi Benoît, > > This isn't really a bug per se, so I haven't reported it as such. > > If a child class implements a property that uses a _get(pname as string) > in its' parent class and the child's property name is the same name as > the referenced name in the

[Gambas-user] IDE (and runtime) segfault

2012-12-29 Thread Bruce
Hi Benoît, This isn't really a bug per se, so I haven't reported it as such. If a child class implements a property that uses a _get(pname as string) in its' parent class and the child's property name is the same name as the referenced name in the parent then a simple typo can cause an IDE and ru