[Seaside-dev] Slime package updates

Dale Henrichs dhenrich at vmware.com
Fri Sep 9 17:04:21 UTC 2011


I guess this should be included in the 3.0.6 configuration ... was going to release today and noticed the updates last night ... Since it's pharo only I still should be able to push the configs out today all tests are now green for GemStone 2.4 and GemStone 3.0.1...

Dale

----- Original Message -----
| From: "Lukas Renggli" <renggli at gmail.com>
| To: "Seaside Developer List" <seaside-dev at lists.squeakfoundation.org>
| Sent: Friday, September 9, 2011 1:32:25 AM
| Subject: [Seaside-dev] Slime package updates
| 
| Long overdue I renamed a few classes in RB, because some were missing
| the RB prefix. Unfortunately this change affects the Seaside 3.0 and
| 3.1 Slime (code critics) packages, because they have class extensions
| in some of the affected classes.
| 
| This means, that before updating Seaside to the latest code you must
| update RB (and OB if you are using it). The following expressions
| should do that automatically. Best run the code twice, just to be
| sure
| no load-artifacts remain:
| 
|     "Refactoring Engine"
|     Gofer new
| 	squeaksource: 'rb';
| 	package: 'AST-Core';
| 	package: 'AST-Semantic';
| 	package: 'Refactoring-Core';
| 	package: 'Refactoring-Changes';
| 	package: 'Refactoring-Critics';
| 	package: 'Refactoring-Environment';
| 	package: 'Refactoring-Spelling';
| 	load.
| 
|     "OmniBrowser"
|     Gofer new
| 	renggli: 'omnibrowser';
| 	package: 'OmniBrowser';
| 	package: 'OB-Standard';
| 	package: 'OB-Morphic';
| 	package: 'OB-Shout';
| 	package: 'OB-Refactory';
| 	package: 'OB-Regex';
| 	package: 'OB-SUnitIntegration';
| 	load.
| 
|     "Update grease based packages (Grease, Seaside, Magritte, Pier,
|     ...)"
|     WADevelopment  loadPackages: WADevelopment allPackages.
| 
| This should give you a clean image where all tests pass. Sorry for
| the
| inconvenience.
| 
| Lukas
| 
| --
| Lukas Renggli
| www.lukas-renggli.ch
| _______________________________________________
| seaside-dev mailing list
| seaside-dev at lists.squeakfoundation.org
| http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
| 


More information about the seaside-dev mailing list