[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Mon Jan 6 23:55:10 UTC 2014


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

http://lists.squeakfoundation.org/pipermail/packages/2014-January/006873.html

Name: System-fbs.658
Ancestors: System-dtl.657

Now that we've separated the update stream logic into its own package, we need to handle the case where an image doesn't have UdpateStream installed.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-January/006874.html

Name: CollectionsTests-dtl.211
Ancestors: CollectionsTests-dtl.210

Test TextFontReference with a TTCFont specification. This introduces a new failure, because TextFontReference was designed to work with StrikeFont and is not able to uniquely specify a TTCFont.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-January/006875.html

Name: Collections-dtl.559
Ancestors: Collections-dtl.558

A font height may be either an integer or a float, so change TextFontReference class>>scanFrom: to accept either. This fixes an issue in RunArray class>>scanFrom: which relies on TextFontReference to read the numeric value of font height, which may have been specified as a float in the case of a TTCFont.

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


More information about the Squeak-dev mailing list