[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sun Sep 11 23:55:07 UTC 2011


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

http://lists.squeakfoundation.org/pipermail/packages/2011-September/004959.html

Name: Tools-fbs.378
Ancestors: Tools-eem.377

Mantis issue #7673.

Change a class name through the "rename class" menu item doesn't update code pane.

Given a class Foo renamed to Bar, the class description still looks like

Object subclass: #Foo <snip>

If you select another class and then Bar, the code pane contains correct information.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-September/004960.html

Name: CollectionsTests-ul.186
Ancestors: CollectionsTests-topa.185

- added tests for String's #findTokens: and #subStrings:

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

http://lists.squeakfoundation.org/pipermail/packages/2011-September/004961.html

Name: Network-ul.118
Ancestors: Network-ul.117

Updated UUIDGenerator >> makeUnixSeed which now
- always returns an integer or nil (#next can return nil which causes MNU)
- uses StandardFileStream, because it doesn't need multi-byte support at all

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

http://lists.squeakfoundation.org/pipermail/packages/2011-September/004962.html

Name: Monticello-fbs.468
Ancestors: Monticello-ul.466

Better error messages for off-line work:
* If you can't find a base "full version", say so
* If you Give Up on trying to resolve a name, report the actual failure rather than trying to access a socket anyway, and throwing a primitive failed error.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-September/004963.html

Name: Monticello-ul.482
Ancestors: Monticello-cmm.481, Monticello-fbs.468

Merged.

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



More information about the Squeak-dev mailing list