[Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected
gambas at ...2524...
gambas at ...2524...
Thu Dec 29 17:14:31 CET 2011
Updates:
Status: Accepted
Labels: -Version Version-TRUNK
Comment #1 on issue 175 by benoit.m... at ...626...: 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't
intended to be used directly!
Some methods do not work anymore because of an optimization in revision
#4248. These are all methods returning an array element: _get (array
accessor), _next (array enumeration), Pop.
I have two solutions: removing these methods, or not sharing them with
other specific array classes and writing specific versions of them.
I have not decided yet. But I must be fast, the release is the day after
tomorrow!
More information about the User
mailing list