Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-March/002880.html Name: Compiler-nice.130 Ancestors: Compiler-nice.129 Provide a better fix for http://source.squeak.org/trunk/Compiler-nice.129.mcz BlockNode>>#addRemoteTemp: rootNode: was always sent to the TempVariableNode definingScope... But BlockNode>>#optimizedBlockHoistTempsInto: might already have moved the temporaries to next upper unoptimized BlockNode (definingBlock actualScope). This operation does not update the TempVariableNode definingScope (should it ?) Thus, only when definingScope temporaries does not include the TempVariableNode, should we attempt to remove it from actualScope temporaries.... Note: this does not solve (EventSensor>>#eventTickler) decompileWithTemps ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-March/002881.html Name: Monticello-ar.376 Ancestors: Monticello-ul.375 Include Bert's old ExternalStructure initialize fix from Croquet. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-March/002882.html Name: Kernel-mtf.389 Ancestors: Kernel-nice.387 7219: Improve Streams Usage Readability http://bugs.squeak.org/view.php?id=7219 Adds << to streams to be mostly like nextPutAll, but uses putOn: so that it works with any object. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-March/002883.html Name: Kernel-mtf.388 Ancestors: Kernel-mtf.387 Made a note about the island and env instance variables in the Process class comment ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-March/002884.html Name: Morphic-ar.368 Ancestors: Morphic-dtl.367 Add a preference to restore simple rectangular feedback for indicating changes. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-March/002885.html Name: Tests-ar.52 Ancestors: Tests-ul.51 Add PackageDependencyTest to document and track package dependencies. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-March/002886.html Name: Morphic-ar.369 Ancestors: Morphic-tfel.367, Morphic-ar.368 Merging Morphic-tfel.367 Do not apply gradients on menus more than once. This fixes a bug where submenus got increasingly whiter with gradient menus activated after opening and closing them several times. (Without closing the parent menu) ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-March/002887.html Name: Tools-laza.197 Ancestors: Tools-dtl.196 Removed the source button from the debugger, because any selection (but tiles -> error) only showed an emtpy code pane. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-March/002888.html Name: System-cmm.274 Ancestors: System-ar.273 - Fix. The third argument of ToolSet>>#browseMessageSet:autoSelect: is supposed to be a String or nil, not a Boolean. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-March/002889.html Name: SUnitGUI-cmm.48 Ancestors: SUnitGUI-klub.47 - Corrected reference to MessageSet>>#openMessageList:... to utilize the ToolSet api. ============================================= |
Free forum by Nabble | Edit this page |