Re: [Generateds-users] More patches :-)

2009-08-28 Thread Dave Kuhlman
Mihai - Thanks for this patch and for the fixes in your other email. Give me a bit of time to work through them. I'll try to spend some time on them next week. After a quick peek, these look like valuable fixes and extensions. And, thank you for pushing on creating unit tests. I *really* need t

Re: [Generateds-users] More patches :-)

2009-08-27 Thread Mihai Ibanescu
Following up on my own email. Attached is a test case for the valueof problem. Without the patch, this is how the subclass looks like: class childSub(supermod.child): def __init__(self, name=None, valueOf_=''): supermod.child.__init__(self, name) supermod.child.subclass = childSub #

[Generateds-users] More patches :-)

2009-08-27 Thread Mihai Ibanescu
Dave, thanks for incorporating the patches in 1.18d. Here's another set :-) groups.patch and groups-tests.patch both deal with the same problem (I didn't merge them because I had them in different commits in mercurial). They are about xs:group structures. group-tests.patch verifies groups are prop