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.
>>>
>>>


_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to