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

glenpaling glenpaling at rogers.com
Sat Mar 26 19:12:48 UTC 2011


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! !


--
View this message in context: http://forum.world.st/Refactoring-Browser-and-Rewrite-Engine-for-Squeak-tp2174296p3408168.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.



More information about the Squeak-dev mailing list