[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fix, GDL2, EORelationship (-validateName:)
From: |
Matt Rice |
Subject: |
Re: Fix, GDL2, EORelationship (-validateName:) |
Date: |
Thu, 1 May 2008 04:10:34 -0700 |
On Wed, Apr 30, 2008 at 11:05 PM, Georg Fleischmann
<G.Fleischmann@vhf.de> wrote:
> Hello Matt,
>
>
> On 30.04.2008, at 22:27, Matt Rice wrote:
>
>
> > though, we can get a list of names for dupe checking without
> > triggering the loading code,
> > attached is a patch which implements this
> >
>
>
> > let me know if this fixes your bug; and if you have time to come up
> > with a test for it, that'd be helpful
> >
>
> Yes your patch works fine for me, thanks!
OK i commited something similar,
> Test? Well, I see myself unable to provide one, sorry.
>
that's fine i'll try to come up with one here shortly,
FYI if you aren't aware of the testsuite:
svn://svn.gna.org/svn/gnustep/tests/testsuite/trunk
there is some documentation in
README and gdl2/README
> I get this warning, when compiling with your patch:
> Compiling file EOEntity.m ...
> EOEntity.m:3280: warning: incomplete implementation of category
> 'EOEntityPrivate'
> EOEntity.m:3280: warning: method definition for '-_hasAnyAttributeNamed:'
> not found
>
Thanks, i moved the implementation to the correct category.
this appears to be something we don't warn about in FSF gcc