Skip to content

Rename RBNode into ASTNode#16596

Merged
Ducasse merged 3 commits intopharo-project:Pharo13from
jecisc:rename-ast-node
Jun 19, 2024
Merged

Rename RBNode into ASTNode#16596
Ducasse merged 3 commits intopharo-project:Pharo13from
jecisc:rename-ast-node

Conversation

@jecisc
Copy link
Member

@jecisc jecisc commented May 7, 2024

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.

@guillep
Copy link
Member

guillep commented May 7, 2024

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.

@jecisc
Copy link
Member Author

jecisc commented May 7, 2024

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

@jecisc jecisc added the Status: Need more work The issue is nearly ready. Waiting some last bits. label May 7, 2024
@jecisc
Copy link
Member Author

jecisc commented May 8, 2024

Failures seems unrelated now

@jecisc jecisc added Status: Tests passed please review! and removed Status: Need more work The issue is nearly ready. Waiting some last bits. labels May 8, 2024
@Ducasse
Copy link
Member

Ducasse commented Jun 13, 2024

Cyril this is important that we do not remove this names in P14.
And is the alias also rewriting the code?

@jecisc
Copy link
Member Author

jecisc commented Jun 14, 2024

It rewrites extension methods holders but not references. Marcus would like to add that in Pharo 13

@Ducasse Ducasse merged commit a1a720e into pharo-project:Pharo13 Jun 19, 2024
@jecisc jecisc deleted the rename-ast-node branch July 18, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants