Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2016-February/009288.htmlName: 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.htmlName: Kernel-dtl.982
Ancestors: Kernel-dtl.981
Update preferences to use EventSensor rather than InputSensor.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-February/009290.htmlName: 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.htmlName: 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.htmlName: Kernel-dtl.985
Ancestors: Kernel-dtl.984
EventSensor replaces InputSensor, update class and method comments.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-February/009293.htmlName: 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.htmlName: 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.htmlName: 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.
=============================================