> 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
Description: Adobe PDF document
_______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
