[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Tue Feb 2 22:55:02 UTC 2016


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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009288.html

Name: Kernel-dtl.981
Ancestors: Kernel-eem.980

InputSensor removal step 1.

Move instance methods to EventSensor, eliminate super calls, resolve primitive fallbacks, recategorize. Preserve original method stamps where possible.

Class variables and system startup/shutdown to be addressed next.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009289.html

Name: Kernel-dtl.982
Ancestors: Kernel-dtl.981

Update preferences to use EventSensor rather than InputSensor.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009290.html

Name: Kernel-dtl.983
Ancestors: Kernel-dtl.982

InputSensor removal.

Consolidate class methods. Remove InputSensor from that system startup list, and add EventSensor.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009291.html

Name: Kernel-dtl.984
Ancestors: Kernel-dtl.983

Remove InputSensor. EventSensor replaces InputSensor for both Morphic and MVC.

Note: requires update to SmalltalkImage class initialization methods in package System.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009292.html

Name: Kernel-dtl.985
Ancestors: Kernel-dtl.984

EventSensor replaces InputSensor, update class and method comments.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009293.html

Name: System-dtl.792
Ancestors: System-dtl.791

Remove last references to InputSensor, which has bee replaced by EventSensor

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009294.html

Name: Kernel-eem.986
Ancestors: Kernel-dtl.985

Process preemption should not cause a yield.  I'd forgotten to swet this in the Spur bootstrap.  Do so in processorScheduler's startUp, and eliminate the unnecessary reinstallation of low-space and background processes if only snapshotting.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009295.html

Name: System-eem.793
Ancestors: System-dtl.792

Implement a reasonable lowSpaceLimit for the Stack and Cog VMs.  David, this /should/ be back-ported to 4.6.

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


More information about the Squeak-dev mailing list