[squeak-dev] The Trunk: System-tpr.1048.mcz

Chris Cunningham cunningham.cb at gmail.com
Mon Jan 7 20:50:19 UTC 2019


So, this removed these clasese from the collection:
  ChangeSorter
  CornerGripMorph
  MCMcdReader
  MCMcmReader
  MCMczReader

It also seems to have added this class to the list
  DummyToolWorkingWithFileList

I'm not sure if we should be worried, but thought I'd mention it.

-cbc

On Sun, Jan 6, 2019 at 5:40 PM <commits at source.squeak.org> wrote:

> tim Rowledge uploaded a new version of System to project The Trunk:
> http://source.squeak.org/trunk/System-tpr.1048.mcz
>
> ==================== Summary ====================
>
> Name: System-tpr.1048
> Author: tpr
> Time: 6 January 2019, 5:40:30.923283 pm
> UUID: bac3c975-3c4b-441c-a8b2-3bb950f50631
> Ancestors: System-pre.1047
>
> Start to clean up theFileServices list of registered classes;
> CornerGripMorph really shouldn't be there.
> By initialising the registry and rebuilding it we solve that small issue.
> I'll assume that the initialize method will get run when loading this
> patch.
>
> =============== Diff against System-pre.1047 ===============
>
> Item was changed:
>   ----- Method: FileServices class>>initialize (in category 'accessing')
> -----
>   initialize
>         "FileServices initialize"
> +       FileReaderRegistry := nil.
>         Smalltalk allClassesDo:[:aClass|
>                 (aClass class includesSelector:
> #fileReaderServicesForFile:suffix:)
>                         ifTrue:[self registerFileReader: aClass]].!
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20190107/023127d2/attachment.html>


More information about the Squeak-dev mailing list