logilab-astng #8348 implement Visitors / refactoring [resolved]
ASTNG needs to be refactorized to have a better readability; for instance there should be an InferenceVisitor and maybe a LookupVisitor. | |
priority | normal |
---|---|
type | bug |
done in | 0.20.0 |
load | 5.000 |
load left | 0.000 |
closed by | <not specified> |
similar entities
Comments
-
2009/09/14 17:45, written by eanclin
-
2010/03/17 14:21, written by eanclin
add commentA part of the road has been done by (1) introducing a class for each node and reducing the "monkey patching"; (2) removing the extend_class method and instead modifying the __bases__ attribute
Another part has been done by rebuilding the tree: http://www.logilab.org/ticket/18186