Bloc icon indicating copy to clipboard operation
Bloc copied to clipboard

BlText>>#when:do: uses deprecated method

Open Ducasse opened this issue 1 year ago • 0 comments

Automatic deprecation code rewrite: The method Announcer>>#when:do: called from BlText>>#when:do: has been deprecated. Since there are some block closures (Clean and Constant) without a receiver, the API of announcements was changed to send the subscriber explicitly. We are deprecating this method because it was asking for the receiver of the block to use it as the subscriber.

Ducasse avatar Aug 22 '24 10:08 Ducasse