[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Mon Sep 23 23:55:09 UTC 2013


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

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

Name: Graphics-tpr.226
Ancestors: Graphics-tpr.225

A first step in improvingthe characterscanner tree(s);
mostly split out kerning and non-kerning scanning. Also add some guide comments for later parts of the work, so some methods are only changed in comment.

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

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

Name: Multilingual-tpr.170
Ancestors: Multilingual-nice.169

A first step in improvingthe characterscanner tree(s);
mostly split out kerning and non-kerning scanning. Also add some guide comments for later parts of the work, so some methods are only changed in comment.

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

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

Name: Compiler-nice.272
Ancestors: Compiler-nice.271

Fix for this scenario:
1) a SyntaxError occurs while loading a method with a <primitive:> pragma
  For example, the method uses underscore asssignments, but you did not enable the Preferences allowing historical code...
2) You either enable the underscore assignment Preferences, or replace the underscores with := in SyntaxError window, then accept
3) Bing: you get another complaint <primitive: 103ambiguous primitive->>

This is because the properties were incorrectly accumulated thru each ReparseAfterSourceEditing...

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

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

Name: Compiler-nice.273
Ancestors: Compiler-nice.270

This is Compiler-nice.270 + restored (and unused) sourceStream instance variable so as to give a chance to the build.squeak.org server to build...
The configuration map update-nice.246 will be modified to point on this, then we'll merge later Compiler versions.

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

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

Name: Compiler-nice.274
Ancestors: Compiler-nice.273, Compiler-nice.272

Merge versions nice 272 and 273 and remove sourceStream inst. var. again.

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

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

Name: Graphics-nice.227
Ancestors: Graphics-tpr.226

Restore widthAndKernedWidthOfLeft:right:into: which was probably stolen by FreeType package hijacker.

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

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

Name: Graphics-tpr.228
Ancestors: Graphics-nice.227

Restore the modified version of AbstractFont>>widthAndKernedWidthOfLeft:right:into:

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


More information about the Squeak-dev mailing list