[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Thu Apr 7 23:55:05 UTC 2011


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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004491.html

Name: Collections-dtl.437
Ancestors: Collections-ul.436

Projects reloaded from disk should not repeat previous random sequences for #atRandom.

Discussion:
http://lists.squeakfoundation.org/pipermail/beginners/2011-April/007679.html

Add class Collection to the startUp list. Re-seed the generator as per Etoys practice but use existing Random>>initialize to provide the seed.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004492.html

Name: Kernel-ar.564
Ancestors: Kernel-nice.563

Fix computation of Time>>milliseconds:since: which would compute incorrect deltas upon clock overflow.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004493.html

Name: Kernel-bf.565
Ancestors: Kernel-ar.564

- make ObjectTracer/ObjectViewer work again (try the example in ObjectViewer class comment). BEWARE however, sending xxxUnTrace still sometimes locks up the image
- not sure why sentTo: doesn't work, had to switch to sendTo:
- optionally allow accessing the caught message, e.g.:
	object evaluate: [:msg | Transcript cr; show: msg]
		wheneverChangeIn: [x := x = false].

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004494.html

Name: Installer-Core-cmm.349
Ancestors: Installer-Core-cmm.348

Sort using the old mcSortFileBlock to restore the legacy behavior.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004495.html

Name: Installer-Core-cmm.348
Ancestors: Installer-Core-cmm.347

- Removed halt.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004496.html

Name: Installer-Core-cmm.349
Ancestors: Installer-Core-cmm.348

Sort using the old mcSortFileBlock to restore the legacy behavior.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004497.html

Name: Installer-Core-cmm.347
Ancestors: Installer-Core-cmm.346

- Found a way to restore use of the mcDetectFileBlock: by only applying it to the #versionNamesForPackageNamed: rather than allFileNames.
	This restores the ability to load either a hard-coded version or the latest version of a package, however the pure prefix-matching capability is still abandoned.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004498.html

Name: Installer-Core-cmm.348
Ancestors: Installer-Core-cmm.347

- Removed halt.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004499.html

Name: Monticello-cmm.453
Ancestors: Monticello-bf.451

Also flush 'allFileNames' when flushing repository cache to fix the rare case where the ensure block in cacheAllFileNamesDuring: does not get executed; because that situation prevents ability to Refresh a repository.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-April/004500.html

Name: Monticello-cmm.454
Ancestors: Monticello-cmm.453

Moved MCVersionName>>#ancestry to 'private' category because it only provides interim ancestry information; not intended to be used externally.

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



More information about the Squeak-dev mailing list