[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Tue Sep 17 23:55:03 UTC 2013


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006380.html

Name: Compiler-nice.268
Ancestors: Compiler-nice.266

Factor a bunch of similar code in Compiler.
Get rid of sourceStream inst. var. in Compiler, there is already a source inst. var. in CompilationCue.
Let source inst. var. in CompilationCue be a ReadStream rather than a String.
Replace CompilationCue>>source usage with sourceStream to reflect this change.
We might have to change the inst var name later...
Introduce CompilationCue>>stringToLog which both isolates and explains some convoluted code.
Use this stringToLog to fix a broken usage of the infamous (ReadStream on:from:to:) contents.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006381.html

Name: Tests-nice.252
Ancestors: Tests-ul.251

Replace invocation of two internal (private ?) Compiler methods with a single (public ?) one.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006382.html

Name: Tools-fbs.496
Ancestors: Tools-fbs.495

It's #browseClass:, not #browserClass:.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006383.html

Name: Graphics-tpr.225
Ancestors: Graphics-nice.224

An attempt to improve the comment for BitBlt; it was very out of date (no Patterns or MAskedForms in image now) and more than a bit confusing in places. Hopefully this is less so.

=============================================


More information about the Squeak-dev mailing list