why RefactoringEnvironment requires AST-Core
Posted by stephane ducasse on Mar 17, 2011; 2:44pm
URL: https://forum.world.st/why-RefactoringEnvironment-requires-AST-Core-tp3384727.html
Hi lukas
we would like to reuse the BrowserEnvironment for an experiment and I saw
package: 'Refactoring-Environment' with: [ spec requires: 'AST-Core' ];
package: 'Refactoring-Tests-Environment' with: [ spec requires: 'Refactoring-Environment' ];
Do you know if this is correct?
And why?
Stef