fixed now and published in DirtyExperiments. Stef On Mar 19, 2011, at 9:31 AM, Stéphane Ducasse wrote:
Hi benjamin
I published a new package (to revert the dependencies) in DirtyExperiments and a fixed the points raised by lukas. I added also some comments. I should fix
testEnvironmentWrapper | printString wrapper | printString := BrowserEnvironment new referencesTo: #printString. wrapper := BrowserEnvironmentWrapper onEnvironment: printString. self assert: wrapper numberSelectors = printString numberSelectors. self assert: wrapper numberClasses = printString numberClasses. self assert: wrapper environment == printString
Stef
On Mar 18, 2011, at 6:39 PM, Benjamin wrote:
Hi lukas
with Stef we refactored the Browser environment: - now it can be parametrized by a system dictionary - we also move selectionIn* to the AST-Core so that Environment can be loaded independently.
Could you integrate the packages in rb? There are AST-Core Refactoring-Critics Refactoring-Environment Refactoring-Test-Envrionment
In DirtyExperiments on SqueakSource
Ben
PS: All the test are green ;)