[squeak-dev] Re: Refactoring Browser and Rewrite Engine for Squeak

Tobias Pape Das.Linux at gmx.de
Sat Mar 26 19:50:42 UTC 2011


The longer this list gets, the more I with
Metacello in the Squeak Base image.

Just my 2ct

	-Tobias

Am 2011-03-26 um 20:12 schrieb glenpaling:

> Chris why not include the whole package including code critics and tests.  
> 
> "Omnibrowser"
> (Installer wiresong project: 'ob')
> 	install: 'OmniBrowser';
> 	install: 'OB-Morphic';
> 	install: 'OB-Standard';
> 	install: 'OB-Shout';
> 	install: 'OB-SUnitIntegration'.
> 
> "Refactoring engine and OB integration"
> (Installer ss project: 'rb')
> 	install: 'AST';
> 	install: 'AST-Tests-Core';
> 	install: 'Refactoring-Core';
> 	install: 'Refactoring-Environment';
> 	install: 'Refactoring-Critics';
> 	install: 'Refactoring-Spelling';
> 	install: 'Refactoring-Changes';
> 	install: 'Refactoring-Tests-Core';
> 	install: 'Refactoring-Tests-Environment';
> 	install: 'Refactoring-Tests-Critics';
> 	install: 'Refactoring-Tests-Spelling';
> 	install: 'Refactoring-Tests-Changes'.
> 	
> (Installer ss project: 'Regex')
> 	install: 'VB-Regex'.
> 
> (Installer wiresong project: 'ob')
> 	install: 'OB-Refactory';
> 	install: 'OB-Regex'.
> 
> 
> Code critics requires this selector for Symbol (I poached it from Pharo). 
> 
> 'From Pharo-1.1-11411 of 17 July 2010 [Latest update: #11411] on 26 March
> 2011 at 1:06:11 pm'!
> 
> !Symbol methodsFor: 'testing' stamp: 'StephaneDucasse 5/21/2010 18:33'!
> isBinary
> 	"Answer whether the receiver is a binary message selector."
> 
> 	^ self precedence == 2! !




More information about the Squeak-dev mailing list