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 wrong circular dependency detection #12774

Merged
merged 1 commit into from Dec 16, 2022

Conversation

orgads
Copy link
Contributor

@orgads orgads commented Dec 7, 2022

Summary

If the same object is referenced in multiple places, it was wrongfully detected as circular, even when it wasn't.

Amends commit 7974f00.

Fixes #12775.

Examples

Demonstrated by the added test.

If the same object is referenced in multiple places, it was wrongfully
detected as circular, even when it wasn't.

Amends commit 7974f00.

Fixes Automattic#12775.
Copy link
Collaborator

@vkarpov15 vkarpov15 left a comment

Choose a reason for hiding this comment

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

Thanks 👍

@vkarpov15 vkarpov15 added this to the 6.8.1 milestone Dec 16, 2022
@vkarpov15 vkarpov15 merged commit c9f49f3 into Automattic:master Dec 16, 2022
@orgads orgads deleted the non-circular branch December 17, 2022 16:17
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.

Wrong 'circular dependency' detection
2 participants