Thanks by me for all this great work you do with Gambas :)
On Mon, 2011-06-27 at 00:19 +0200, Benoît Minisini wrote:
> > In attached project there is a circular inheritance between cClassB and
> > cClassC
> >
> > If i try to edit cClassB file in line 3 which
> >
> > INHERITS cClassC
> >
> > the
> In attached project there is a circular inheritance between cClassB and
> cClassC
>
> If i try to edit cClassB file in line 3 which
>
> INHERITS cClassC
>
> the IDE is stack and i have to kill the IDE with Xkill.
The bug should be fixed in revision #3901.
Regards,
--
Benoît Minisini
-
In attached project there is a circular inheritance between cClassB and
cClassC
If i try to edit cClassB file in line 3 which
INHERITS cClassC
the IDE is stack and i have to kill the IDE with Xkill.
--
Regards,
Demosthenes Koptsis.
Project85 (copy).tar.bz2
Description: application/bzip-c
> On Sat, Sep 18, 2010 at 7:35 PM, Fabien Bodard wrote:
> > I need more than these three classes to understand the problem. sends
> > me a small project showing the problem please
>
> Here 'tis
>
> Ian
It should be better in revision #3229. If not, please send the full project.
Regards,
--
B
it seem to be a bug in the ide ... don't take care about this ...
For Benoit :
Project.DoRefresh
2010/9/18 Ian Haywood :
> On Sat, Sep 18, 2010 at 7:35 PM, Fabien Bodard wrote:
>> I need more than these three classes to understand the problem. sends
>> me a small project showing the problem plea
On Sat, Sep 18, 2010 at 7:35 PM, Fabien Bodard wrote:
> I need more than these three classes to understand the problem. sends
> me a small project showing the problem please
Here 'tis
Ian
circular-inheritance-0.0.1.tar.gz
Description: GNU Zip compressed data
I need more than these three classes to understand the problem. sends
me a small project showing the problem please
2010/9/18 Ian Haywood :
> When the IDE starts up (gambas3 r3025 on Ubuntu Karmic) I get a
> warning about circular inheitance on CAuditTrailLink
> CAuditTrailLink inerits from CWebLi
When the IDE starts up (gambas3 r3025 on Ubuntu Karmic) I get a
warning about circular inheitance on CAuditTrailLink
CAuditTrailLink inerits from CWebLink which inherits form CLink.
CAuditTrailLink is in a different source directory than CLink and
CWebLink
I don't understand how this is "circular"