On Sat, Nov 17, 2012 at 9:12 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
20404 -----
Issue 6994: move DisplayScreen >> #defaultCanvasClass to Morphic http://code.google.com/p/pharo/issues/detail?id=6994
This fix has very interesting consequence when loading Morphic. Because when the Morphic package is loaded, it firstly loads Form>>#defaultCanvasClass that calls "Display defaultCanvasClass". But Display is a Form too so before the DisplayScreen implementation (^FormCanvas) is loaded too, it can lead and leads to infinite recursion. -- Pavel
Issue 6993: update Pharo Kernel generation http://code.google.com/p/pharo/issues/detail?id=6993
Issue 6991: Move #cleanUpForProduction to its own class http://code.google.com/p/pharo/issues/detail?id=6991
Diff information: http://ss3.gemstone.com/ss/Pharo20/Tools-MarcusDenker.980.diff http://ss3.gemstone.com/ss/Pharo20/System-Support-MarcusDenker.735.diff http://ss3.gemstone.com/ss/Pharo20/Morphic-MarcusDenker.1284.diff http://ss3.gemstone.com/ss/Pharo20/Graphics-Display Objects-MarcusDenker.88.diff
-- Marcus Denker -- http://marcusdenker.de