Skip to content

Update the visitor generator to generate top down visitors - #1132

Merged
jecisc merged 1 commit into
moosetechnology:developmentfrom
jecisc:top-down-visitor
May 18, 2026
Merged

Update the visitor generator to generate top down visitors#1132
jecisc merged 1 commit into
moosetechnology:developmentfrom
jecisc:top-down-visitor

Conversation

@jecisc

@jecisc jecisc commented May 18, 2026

Copy link
Copy Markdown
Member

The current visitor generator was generating a visitor that visited the children and parents of an entity causing infinit loops

Since it's rare to need a bottom up visitor, I'm proposing to have a top down visitor only

The current visitor generator was generating a visitor that visited the children *and* parents of an entity causing infinit loops

Since it's rare to need a bottom up visitor, I'm proposing to have a top down visitor only
@jecisc
jecisc merged commit ccddee0 into moosetechnology:development May 18, 2026
8 checks passed
@jecisc
jecisc deleted the top-down-visitor branch May 18, 2026 16:42
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