#segUpdateInstancesOf:toBe:isMeta:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

#segUpdateInstancesOf:toBe:isMeta:

Levente Uzonyi
Hi All,

we have a bunch of failing tests, because
#segUpdateInstancesOf:toBe:isMeta: is still being sent by
ClassDescription >> #updateInstancesFrom:, but that method has been
removed in System-bf.916.
Should the send be removed, or should the method be restored?

Levente

Reply | Threaded
Open this post in threaded view
|

Re: #segUpdateInstancesOf:toBe:isMeta:

Bert Freudenberg
We're not supporting segmented images anymore, so we should remove the send in updateInstancesFrom:. I must have overlooked that one.

- Bert -

On Mon, Mar 27, 2017 at 9:26 PM, Levente Uzonyi <[hidden email]> wrote:
Hi All,

we have a bunch of failing tests, because #segUpdateInstancesOf:toBe:isMeta: is still being sent by ClassDescription >> #updateInstancesFrom:, but that method has been removed in System-bf.916.
Should the send be removed, or should the method be restored?

Levente