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

Cleanup of SubgraphWalker #1571

Merged
merged 2 commits into from
Jun 3, 2024
Merged

Cleanup of SubgraphWalker #1571

merged 2 commits into from
Jun 3, 2024

Conversation

oxisto
Copy link
Member

@oxisto oxisto commented Jun 1, 2024

This PR fixes a rather intricate bug in the subgraph walker that made the symbol resolver not resolve / "reach" all the necessary nodes. I took this opportunity to remove some legacy code from the class and also clean it up a lot.

In theory this should also make it a little bit faster because we do a little less stack pushing / peeking than before, but this is probably not noticeable.

@oxisto oxisto enabled auto-merge (squash) June 3, 2024 07:55
oxisto added 2 commits June 3, 2024 09:55

Verified

This commit was signed with the committer’s verified signature.
boneskull Christopher Hiller
This PR fixes a rather intricate bug in the subgraph walker that made the symbol resolver not resolve / "reach" all the necessary nodes. I took this opportunity to remove some legacy code from the class and also clean it up a lot.
@oxisto oxisto force-pushed the cleanup-subgraph-walker branch from d935f62 to 86bd62c Compare June 3, 2024 07:56
Copy link

sonarqubecloud bot commented Jun 3, 2024

@oxisto oxisto merged commit f68db63 into main Jun 3, 2024
3 checks passed
@oxisto oxisto deleted the cleanup-subgraph-walker branch June 3, 2024 08: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.

None yet

2 participants