Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-February/002786.html Name: Compiler-nice.123 Ancestors: Compiler-nice.122 Warn about ambiguous selector like @- in the Transcript when compiling in non interactive mode. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002787.html Name: Compiler-nice.124 Ancestors: Compiler-nice.123 Use a Text emphasizing error message in bold red rather than a String in SyntaxErrorNotification. Maybe this would find a better place in the handling of notification, but this change was easier. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002788.html Name: Kernel-nice.408 Ancestors: Kernel-ar.407 Let NumberParser failBlock take 2 optional arguments (errorString and source position) thanks to new cull: protocol. This will help Parser inserting error message inline. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002789.html Name: Compiler-nice.125 Ancestors: Compiler-nice.124 Let Parser better signal NumberParser errors. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002790.html Name: Compiler-nice.126 Ancestors: Compiler-nice.125 Implement a Parser compatibility layer in Scanner: #notify:at:. I used it for inserting NumberParser errorString... Alas, it is not understood by Scanner, only by Parser. Alternative #offEnd: lacks of precision regarding position, so I clearly prefer implementing the compatible message. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002791.html Name: Compiler-nice.127 Ancestors: Compiler-nice.126 Let this one raise a SyntaxError thanks to earlier encoder initialization: Compiler evaluate: '0r0 + 1' ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002792.html Name: System-nice.263 Ancestors: System-ul.262 Add a preference to ignore lineEndings in TextDiffBuilder. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002793.html Name: System-nice.264 Ancestors: System-nice.263 Remove some outer temp assignments in blocks ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002794.html Name: SMBase-nice.97 Ancestors: SMBase-nice.96 Use FileDirectory>>#newFileNamed:do: ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002795.html Name: Monticello-kb.371 Ancestors: Monticello-kb.370 - fix: don't style class comments, and other things that we shouldn't style. - fix: use codePane: in widgetSpecs if annotationPanes are enabled - fix: add codePane: to MCTool for the case if we don't have ToolBuilder ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002796.html Name: Tests-kb.47 Ancestors: Tests-nice.46 - fix: MCSnapshotBrowserTest by using ToolBuilder to build the morph if it's available. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002797.html Name: System-bf.265 Ancestors: System-nice.264 - backout CodeLoader changes. Consensus is to use Installer for these tasks, not CodeLoader. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002798.html Name: Collections-ar.318 Ancestors: Collections-ul.317 Introducing NullStream - a generator and consumer of an infinite number of elements just like /dev/null. Useful for testing and benchmarks. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002799.html Name: Morphic-HenrikSperreJohansen.354 Ancestors: Morphic-kb.352 Added preferences for CornerGrip active/passive colors to window colors category. Made color forms class vars instead of class instance vars, since few people probably used the ability to set separate colors for each corner grip, and 2 new preferences is better than 8. Added categories to ProportionalSplitterMorph methods. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002800.html Name: System-laza.266 Ancestors: System-bf.265 Changed SystemDictionary>>condenseSources to wirte the source file to the default directory ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002801.html Name: System-ar.267 Ancestors: System-laza.266 Fix SecureHashAlgorithm raising an error upon empty input instead of computing the correct result. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002802.html Name: Tests-nice.48 Ancestors: Tests-kb.47 Cuis 2.2 ScannerTestFix ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002803.html Name: Tests-ar.48 Ancestors: Tests-kb.47 Add a test for SecureHashAlgorithm with empty input. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002804.html Name: Kernel-nice.409 Ancestors: Kernel-nice.408 Cuis 2.2 Semaphore comments ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002805.html Name: Tests-nice.49 Ancestors: Tests-nice.48, Tests-ar.48 merge ar.48 nice.48 ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002806.html Name: Collections-nice.319 Ancestors: Collections-ar.318 Let ByteArray readHexFrom: read both upper and lower case ByteArray readHexFrom: '7A2BD507' => #[122 43 213 7] ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002807.html Name: Compiler-nice.128 Ancestors: Compiler-nice.127 1) Cuis 2.2 ParserSmallFix 2) simplification method:context:encoder: replaced by method:context: ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002808.html Name: SUnit-nice.74 Ancestors: SUnit-ul.73 Cuis 2.2 SUnitSpeedUp ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002809.html Name: Files-nice.69 Ancestors: Files-cmm.68 Cuis 2.2 FileSteramRegistryFix jmv: Register after setting name. Name is assumed to be defined for registered objects. ============================================= |
Free forum by Nabble | Edit this page |