[squeak-dev] The Trunk: 39Deprecated-fbs.20.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Wed Sep 20 14:40:26 UTC 2017


Hi Dave,

why would we ever want to remove things from the "deprecated"-packages? Wouldn't be the only thing to do to not load that respective package at all?

We could start unloading some older "deprecated"-packages for the next release. If we are unsure about certain methods, we can always move them from an older "deprecated"-package to a newer, loaded "deprecated" package. :)

Best,
Marcel
Am 20.09.2017 15:23:53 schrieb David T. Lewis <lewis at mail.msen.com>:
Moved from inbox to trunk. These two methods have been deprecated for five years,
so we can let them go now.

Dave

On Wed, Sep 20, 2017 at 01:21:42PM +0000, commits at source.squeak.org wrote:
> David T. Lewis uploaded a new version of 39Deprecated to project The Trunk:
> http://source.squeak.org/trunk/39Deprecated-fbs.20.mcz
>
> ==================== Summary ====================
>
> Name: 39Deprecated-fbs.20
> Author: fbs
> Time: 25 July 2012, 9:42:16.56 pm
> UUID: b22c5338-3200-4545-89bc-3f75c07e39af
> Ancestors: 39Deprecated-ar.19
>
> These methods are deprecated, and I can find no uses in the base image.
>
> =============== Diff against 39Deprecated-ar.19 ===============
>
> Item was removed:
> - ----- Method: SharedQueue2>>flush (in category '*39Deprecated') -----
> - flush
> - self deprecated: 'use removeAll'.
> - ^self removeAll!
>
> Item was removed:
> - ----- Method: SharedQueue2>>flushAllSuchThat: (in category '*39Deprecated') -----
> - flushAllSuchThat: aBlock
> - self deprecated: 'use removeAllSuchThat:'.
> -
> - ^self removeAllSuchThat: aBlock!
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20170920/c3a7a389/attachment.html>


More information about the Squeak-dev mailing list