Re: [Gambas-user] Inheriting, wrapping and casting

2014-04-18 Thread Bruno FĂ©lix Rezende Ribeiro
Em Sat, 19 Apr 2014 01:07:21 +0200 Tobias Boege escreveu: > Oh, I forgot to ask: do you want the patch that allows inheritance- > compatible[*] classes to be used in place of a class in method and > property signatures to test the above approach - even if it's > unlikely that it goes mainline? S

Re: [Gambas-user] Inheriting, wrapping and casting

2014-04-18 Thread Tobias Boege
On Sat, 19 Apr 2014, Tobias Boege wrote: > We could circumvent that crash when we simply disallowed that conversion and > had a method that would create a VariantArray from a Variant[], by copying > elements. > Oh, I forgot to ask: do you want the patch that allows inheritance- compatible[*] clas

Re: [Gambas-user] Inheriting, wrapping and casting

2014-04-18 Thread Tobias Boege
On Thu, 17 Apr 2014, Bruno F??lix Rezende Ribeiro wrote: > Hello Gambas fellows! > > Suppose we are overriding the class 'Variant[]' to add the event > 'Update' which will be raised after the completion of any method which > could possibly modify the array structure. In particular, we need > to o