pharo
pharo copied to clipboard
Rename RBNode into ASTNode
Rename RBNode into ASTNode.
I could try to do all AST classes at once but I tried multiple time in the past and it failed and the PR was huge so I'm doing the first easy step here.
Hi @jecisc could this be made backwards compatible? Why not a deprecation? This will break a lot of clients that are outside of the image otherwise.
I added a deprecated alias in the poast load of BaselineOfIDE.
I cannot use the initialize method since this code is not loaded by Monticello
Failures seems unrelated now
Cyril this is important that we do not remove this names in P14. And is the alias also rewriting the code?
It rewrites extension methods holders but not references. Marcus would like to add that in Pharo 13