[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GDL2: prototypes and EOAttribute.m
From: |
Mark Clements |
Subject: |
Re: GDL2: prototypes and EOAttribute.m |
Date: |
Fri, 9 Jun 2017 13:14:39 +0000 |
Next up for the gdl2 testsuite, the EOModel/ModelEditing.m file fails with:
"EOModel(instance) does not recognize
awakeFromInsertionInEditingContext:" from line 80 calling the
-insertObject method. Line 83 would also fail with "EOEntity(instance)
does not recognize awakeFromInsertionInEditingContext:", and line 89
would fail with "EOAttribute(instance) does not recognize
awakeFromInsertionInEditingContext:".
The -insertObject method should call [EOCustomObject
-awakeFromInsertionInEditingContext:], but I can't see where EOModel,
EOEntity or EOAttribute inherits from EOCustomObject. Sub-classes of
EOCustomObject include EOGenericObject and EODelayedObserver.
Any suggestions? Can these tests be removed?
Kindly, Mark.
On 06/07/2017 11:29 PM, Mark Clements wrote:
> Next up: the gdl2 testsuite was failing for some files with nested
> TEST_SET's, with errors for "message sent to deallocated instance". Is
> it obvious why the nesting does this?
>
> If we remove the nested sets, then we resolve the "deallocated instance"
> errors. Proposed patch attached.
>
> -- Mark
>
> On 06/06/2017 05:34 PM, Mark Clements wrote:
>> See attached for an improved patch on quoting. This gives similar tests
>> successes for both quoted and unquoted external names.
>>
>> -- Mark
>>
>> On 06/05/2017 10:00 PM, Mark Clements wrote:
>>> Please see attached for a patch to fix quoting of column names and
>>> Postgresql sequences. I have also included a few formatting changes.
>>>
>>> Kindly, Mark.
>>>
>>>
- Re: GDL2: prototypes and EOAttribute.m, Mark Clements, 2017/06/05
- Re: GDL2: prototypes and EOAttribute.m, Mark Clements, 2017/06/05
- Re: GDL2: prototypes and EOAttribute.m, Mark Clements, 2017/06/06
- Re: GDL2: prototypes and EOAttribute.m, Mark Clements, 2017/06/07
- Re: GDL2: prototypes and EOAttribute.m, Ivan Vučica, 2017/06/07
- Re: GDL2: prototypes and EOAttribute.m, Matt Rice, 2017/06/07
- Re: GDL2: prototypes and EOAttribute.m,
Mark Clements <=
- Re: GDL2: prototypes and EOAttribute.m, Matt Rice, 2017/06/09
- Re: GDL2: prototypes and EOAttribute.m, Mark Clements, 2017/06/11