Thanks, Lukas! Damien will certainly pick up the gofer script you posted.
Indeed, OB-Web is loaded and obviously should not. Also we should check that the version of OB is the newest one. Cheers, Adrian On Oct 27, 2009, at 17:36 , Lukas Renggli wrote: >> RB >> -- >> - undeclared reference to RBBasicLintRuleTest and >> RBTransformationRuleTest > > I take responsible for the AST and Refactoring packages. I believe > these undeclared references have been fixed quite some time ago. See > the attached dependency graph for details. > > Please make sure to take the latest code, the current Pharo > distributions use outdated packages. I suggest that you do not load > the separately packaged tests, some tests must fail because some parts > of the refactoring engine are broken. It is getting better though, I > already fixed over 40 tests and discovered and fixed many tests. Also > some basic refactorings without reformatting the code are in reach. > > Use the following snipped to load the latest code: > > Gofer new > squeaksource: 'rb'; > addPackage: 'AST-Core'; > addPackage: 'Refactoring-Core'; > addPackage: 'Refactoring-Spelling'; > load. > >> OB >> ------ >> - undeclared references: HttpResponse, Json, JsonObject > > It looks like the Pharo images contains OB-Web (the web view for OB), > while all the prerequisites (Kom, Json) are not loaded. > >> - #dropOnClass: references InputSensor (this class does not exist >> anymore!) > > That was fixed a long time ago. > > Lukas > > -- > Lukas Renggli > http://www.lukas-renggli.ch > <rb.pdf>_______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
