Skip to content

rework reflection detection with ssa#732

Merged
luantak merged 2 commits intoburrowers:masterfrom
luantak:ssaReflect
May 11, 2023
Merged

rework reflection detection with ssa#732
luantak merged 2 commits intoburrowers:masterfrom
luantak:ssaReflect

Conversation

@luantak
Copy link
Copy Markdown
Member

@luantak luantak commented May 4, 2023

This is significantly more robust, than the ast based detection and can record very complex cases of indirect parameter reflection.

Fixes #554

This is significantly more robust, than the ast based detection and can
record very complex cases of indirect parameter reflection.

Fixes burrowers#554
@luantak luantak requested review from mvdan and pagran May 4, 2023 16:33
Copy link
Copy Markdown
Member

@mvdan mvdan left a comment

Choose a reason for hiding this comment

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

SGTM, just a few last nits. Happy to merge later today.

@luantak luantak merged commit 1526ce7 into burrowers:master May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

using GORM results in obfuscated table names due to its indirect use of reflection

3 participants