[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sun Nov 1 23:55:03 UTC 2009


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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001723.html

Name: ST80-dtl.62
Ancestors: ST80-dtl.61

Fix ScreenController>>openMenu which had menu separator lines in the wrong position, and which opened a Morphic project in response to "open... ->mvc project". This change restores the original menu structure, except that "open... ->morphic project" and "open... ->morphic world" are now displayed only if Morphic is present in the image, as per presumed intent of the prior change to #openMenu.

Open concerns: The "open... -> keep this menu up" option, restored to the menu by this change, and "open... ->mvc project" options, which now attempts to open an mvc (not morphic) project, are both badly broken and will cause image freeze. The "open... ->file list" and "open... ->morphic world" selections (not related to this menu change) are also broken, probably for the same reason.

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001724.html

Name: SMBase-dtl.92
Ancestors: SMBase-nice.91

Fix spelling error in error message

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001725.html

Name: CollectionsTests-nice.106
Ancestors: CollectionsTests-nice.105

Provide non regression tests for literal Array storeOn: (especially it must not loose bits when storing Float)

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001726.html

Name: Graphics-nice.87
Ancestors: Graphics-nice.86

Rectangle storeOn: needs parenthesis

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001727.html

Name: GraphicsTests-nice.17
Ancestors: GraphicsTests-nice.16

A test for Rectangle storeOn:

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



More information about the Squeak-dev mailing list