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

fix: Fix can not find the correct parent node with the same name #53

Merged
merged 4 commits into from
Jul 5, 2024

Conversation

littleGnAl
Copy link
Contributor

@littleGnAl littleGnAl commented Jul 4, 2024

e.g., the parent_name of C is B, we can not find the correct parent node for C

A::B::C
D::B::C

Add a new property(parent_full_scope_name ) with the full parent scope to fix this issue.

Another fix for #52

@littleGnAl littleGnAl changed the title fix: Workaround for finding the parent node with different namespaces fix: Fix can not find the correct parent node Jul 5, 2024
@littleGnAl littleGnAl changed the title fix: Fix can not find the correct parent node fix: Fix can not find the correct parent node with the same name Jul 5, 2024
@littleGnAl littleGnAl merged commit 033a8b4 into main Jul 5, 2024
3 checks passed
@littleGnAl littleGnAl deleted the littlegnal/fix-nested-parent-2 branch July 5, 2024 12:43
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