[squeak-dev] The Trunk: System-mt.762.mcz

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Thu Aug 27 11:59:29 UTC 2015


2015-08-27 11:00 GMT+02:00 <commits at source.squeak.org>:

> Marcel Taeumel uploaded a new version of System to project The Trunk:
> http://source.squeak.org/trunk/System-mt.762.mcz
>
> ==================== Summary ====================
>
> Name: System-mt.762
> Author: mt
> Time: 27 August 2015, 11:00:03.719 am
> UUID: cf2a7eb1-d084-c442-a275-582d975bb994
> Ancestors: System-mt.761
>
> Restores #togglePreference: for backwards compatibility.
>
> =============== Diff against System-mt.761 ===============
>
> Item was added:
> + ----- Method: Preferences class>>togglePreference: (in category 'get/set
> - flags') -----
> + togglePreference: flagName
> +
> +       self flag: #deprecated.
> +       ^ self toggle: flagName.!
>
>
> One thing I wonder, though being redundant, doesn't togglePreference: help
reducing false polymorphism?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20150827/70ca8e4d/attachment.htm


More information about the Squeak-dev mailing list