Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename parse.retree.BaseVisitor to pass-through #500

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

mristin
Copy link
Contributor

@mristin mristin commented Jun 20, 2024

We rename parse.retree.BaseVisitor to PassThroughVisitor in alignment with the naming used for the generated SDKs. The name "base visitor" is also a bit of a misnomer as it insinuates some kind of an abstract class, while the pass-through visitor is explicitly a concrete class.

We rename `parse.retree.BaseVisitor` to `PassThroughVisitor` in
alignment with the naming used for the generated SDKs. The name "base
visitor" is also a bit of a misnomer as it insinuates some kind of an
abstract class, while the pass-through visitor is explicitly a concrete
class.
@mristin mristin merged commit e374451 into main Jun 20, 2024
5 checks passed
@mristin mristin deleted the mristin/Rename-parse.retree-base-visitor branch June 20, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant