[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Fri Nov 1 23:55:21 UTC 2013


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

http://lists.squeakfoundation.org/pipermail/packages/2013-November/006582.html

Name: Kernel-cmm.817
Ancestors: Kernel-cmm.816

notNil belongs on ProtoObject along with the other common nil-testing methods.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-November/006583.html

Name: System-cmm.612
Ancestors: System-fbs.611

- Stop blowing away RecentMessages every time System is updated.
- Rename Smalltalk #do: nomenclature to #run:, because do: is so heavily associated with enumeration of Collections.
- Refer to stdout and stderr through FileStream instead of StandardFileStream.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-November/006584.html

Name: Graphics-fbs.277
Ancestors: Graphics-nice.276

Defer display depth changes to the current UIManager.

(Remove the one-shot workarounds in the pre/postambles, as per Nicolas Cellier's suggestion.)

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

http://lists.squeakfoundation.org/pipermail/packages/2013-November/006585.html

Name: ReleaseBuilder-fbs.103
Ancestors: ReleaseBuilder-cmm.102

Prior to this commit, the release manager needed to edit prepareNewBuild to put in the correct upstream repo.

Now it's hardcoded, but with a means for other tasks (like CI) to produce interim artifacts (release candidate images, say) to produce released images.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-November/006586.html

Name: Kernel-nice.818
Ancestors: Kernel-cmm.817

Avoid spurious warnings in Class>>rename: when an Undeclared isn't really referenced.

This may help some SUnit tests to pass.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-November/006587.html

Name: Kernel-nice.818
Ancestors: Kernel-cmm.817

Avoid spurious warnings in Class>>rename: when an Undeclared isn't really referenced.

This may help some SUnit tests to pass.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-November/006588.html

Name: Traits-nice.300
Ancestors: Traits-nice.299

Avoid spurious warnings in Trait>>rename: when an Undeclared isn't really referenced.

This may help some SUnit tests to pass.

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


More information about the Squeak-dev mailing list