Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Comment #6 on issue 175 by benoit.m...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 OK, it should be really fixed in revision #4361! -- Ridiculously ea

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread Jussi Lahtinen
> By the way, I see you looking everywhere in the code, and I would like to > thank you for all your bug tracking. I am curious: do you do that just for > fun? Or do you have any specific project with Gambas? Answer me to > gam...@users.sourceforge.net. > Please forward the answer to me also! I'm

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Comment #5 on issue 175 by emil.len...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 Print a.Pop() + i still does not work as expected, since the interpreter calls the inherited method, not the parent method ;) --

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Updates: Status: Fixed Comment #4 on issue 175 by benoit.m...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 It should be fixed in revision #4360. I chose the second solution. -

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Comment #3 on issue 175 by benoit.m...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 AFAIK, this is the only place I use it, and I don't think I need it. By the way, I see you looking everywhere in the code, and I would like to

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Comment #2 on issue 175 by emil.len...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 I also first thought that this class was not to be used alone, but then I saw it being used like this in ReadArray() and WriteValue() in gb.s

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 175 by benoit.m...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 Well, that class coming from Gambas 1 should be virtual, because it wasn

[Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 175 by emil.len...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 1) Describe the problem. The Array class