[squeak-dev] The Trunk: Compiler-nice.279.mcz

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Mon Dec 16 16:09:53 UTC 2013


Now let's see which are the loggers:
- ParagrapEditor and TextEditor>>evaluateSelectionAndDo: (for doIt/printIt
menus)
- several ways for defining a class
  (PseudoClass>>evaluate:  Browser>>copyClass / defineClass:notifying: /
defineTrait:notifying: MessageSet>>contents:notifying:)
- the many implementations for filing in chunks
  (PositionalStream>>fileInAnnouncing: / fileInSilentlyAnnouncing: /
fileInFor:announcing:
  EnvironmentLoader>>fileInChunkFrom:
  ObjectScanner>>scanFrom: / lookAhead:
  ImageSegment>>scanFrom:)

Note that defineClass:notifying: does not log anymore...
Some notifications could be as well moved to ClassDescription like
removeSelector: already does.


2013/12/16 Frank Shearar <frank.shearar at gmail.com>

> On 16 December 2013 14:39,  <commits at source.squeak.org> wrote:
> > Nicolas Cellier uploaded a new version of Compiler to project The Trunk:
> > http://source.squeak.org/trunk/Compiler-nice.279.mcz
> >
> > ==================== Summary ====================
> >
> > Name: Compiler-nice.279
> > Author: nice
> > Time: 16 December 2013, 3:39:42.986 pm
> > UUID: 94b1b5f8-f71b-4425-b035-461d3dc94e3f
> > Ancestors: Compiler-fbs.278
> >
> > Provide a complete protocol for invoking Compiler without logging - that
> is without logged: parameter.
> > Make the logging (logged:) version send the non logging version rather
> than the contrary.
> > This step may help moving logging out of Compiler in a future version.
> >
> > =============== Diff against Compiler-fbs.278 ===============
>
> Nice! Thanks, nice!
>
> frank
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20131216/a2f0405e/attachment.htm


More information about the Squeak-dev mailing list