[squeak-dev] The Trunk: System-nice.543.mcz

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Mon Jun 3 07:14:18 UTC 2013


Since Compression is loaded before Monticello in the current config map, it
should work without a new config map.
Let me know if something goes wrong.


2013/6/3 Frank Shearar <frank.shearar at gmail.com>

> On 2 June 2013 22:42, Frank Shearar <frank.shearar at gmail.com> wrote:
> > On 2 June 2013 21:44,  <commits at source.squeak.org> wrote:
> >> Nicolas Cellier uploaded a new version of System to project The Trunk:
> >> http://source.squeak.org/trunk/System-nice.543.mcz
> >>
> >> ==================== Summary ====================
> >>
> >> Name: System-nice.543
> >> Author: nice
> >> Time: 2 June 2013, 10:44:36.921 pm
> >> UUID: 19ac715d-ab64-4efb-8b9c-7c3937ead6f0
> >> Ancestors: System-fbs.542
> >>
> >> Correct utf8 everywhere bug: MczInstaller does not understand zip
> >>
> >> =============== Diff against System-fbs.542 ===============
> >>
> >> Item was changed:
> >>   ----- Method: MczInstaller>>parseMember: (in category 'utilities')
> -----
> >>   parseMember: memberOrName
> >>         | member contents tokens |
> >> +       member := zip member: memberOrName.
> >> -       member := self zip member: memberOrName.
> >>         contents := self contentsForMember: member.
> >>         tokens := (self scanner scanTokens: contents) first.
> >>         ^ self associate: tokens!
> >
> > I think we might need a config map. I can't update my image because
> > MCMczReader doesn't understand #contentStreamFromEncoding:, which
> > means some parts of the UTF-8 work's loaded, but now I can't load the
> > rest.
> >
> > Or maybe I'm too tired and the problem will go away in the morning.
>
>
> I must have been mid-migration or something, because this morning I
> took a clean 4.5 from back in the day and upgraded it to this commit
> without any trouble!
>
> frank
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20130603/d942f518/attachment.htm


More information about the Squeak-dev mailing list