[Pharo-project] [Update] 10055 + new release
Hello everybody just an announce to let you know that we did a update. Still some code to harvest in the repository. One slice made by adrian about speed stream but we have mixed feeling about it with marcus. Stef and marcus PS: Now the new compiler can load in pharo update10050 This update includes a set of Mantis fixes (that also went into Squeak 3.10): http://code.google.com/p/pharo/issues/detail?id=27 http://code.google.com/p/pharo/issues/detail?id=31 http://code.google.com/p/pharo/issues/detail?id=32 http://code.google.com/p/pharo/issues/detail?id=30 mark testUnwindDebuggerWithStep as expected failure ------------------------------------------------------ update10051 Name: SLICE-remove-copyHtml-al.6 Author: al Time: 22 July 2008, 9:37:16 pm UUID: 9192a548-32f3-43ac-8477-236a754a2a93 Ancestors: SLICE-remove-copyHtml-dc.5 in addition to previous version by Damien - remove #command: senders and implementors - remove method references to deleted methods in MessageFinder - remove String>>asHtml, which in turn required to... - remove an etoys related mail message class (FancyMailComposition), which required to - remove some html code in EToys (tell a friend feature) ------------------------------------------------------ update10052 ISSUE #124 While browsing at referencer of FileDoesNotExistException, I discovered the following pattern that is used in many different places. I find this pretty ugly: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= file := [fd readOnlyFileNamed: keysFileName] on: FileDoesNotExistException do:[:ex| nil]. file ifNil:[^self]. "no keys file" -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= The use of exception is completely outwitted. I would rather write: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [file := fd readOnlyFileNamed: keysFileName] on: FileDoesNotExistException do: [:ex| ^ self]. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= ------------------------------------------------------ update10053 Faster printString for LargeInteger http://code.google.com/p/pharo/issues/detail?id=114 http://code.google.com/p/pharo/issues/detail?id=74 There exist 2 related issues that report endless loops when using a bad base. http://bugs.squeak.org/view.php?id=6710 http://bugs.squeak.org/view.php?id=7107 ------------------------------------------------------ update10054 - Monticello enhancements (slice + comments) - UndefinedObject>>from3DS: removed - TransformationMorph>>heading: - Integer>>printStringBase: - - -> := in PasteUpMorph - Issue 118: 0006846: MenuMorphs can drop mouse focus. Patch provided by rootbeer. ------------------------------------------------------ update10055 Small fixes so that the NewCompiler can load and recompile the complete system
participants (1)
-
Stéphane Ducasse