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(schema): fix dangling reference to virtual in tree after removeVirtual() #13255

Merged
merged 1 commit into from Apr 6, 2023

Conversation

vkarpov15
Copy link
Collaborator

Fix #13085

Summary

removeVirtual() still leaves a dangling reference to the virtual type, this PR fixes that. With this fix, #13085 can correctly redeclare virtuals.

Examples

Copy link
Collaborator

@AbdelrahmanHafez AbdelrahmanHafez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks! 👍

@vkarpov15 vkarpov15 merged commit 2df20c1 into master Apr 6, 2023
34 checks passed
@hasezoey hasezoey deleted the vkarpov15/gh-13085 branch April 6, 2023 18:02
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.

Redeclaration of virtual path in Schema, makes it stop populating
2 participants