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 parsing indirect calls to handler .Configure() method. #263

Merged
merged 3 commits into from
Jan 15, 2024

Conversation

danilvpetrov
Copy link
Member

What change does this introduce?

The fixes the scenarios when the call to Dogma entity handler is indirect (i.e. wrapped pointer redirection functions, etc)

Why make this change?

To address the issue described in #258.

Is there anything you are unsure

No

What issues does this relate to?

Fixes #258

@danilvpetrov danilvpetrov requested a review from jmalloc December 28, 2023 06:53
@danilvpetrov danilvpetrov force-pushed the fix-parsing-msg-on-handlers branch from 9fa2e17 to 8671f61 Compare January 15, 2024 01:18
@danilvpetrov danilvpetrov merged commit f7436d1 into main Jan 15, 2024
5 checks passed
@danilvpetrov danilvpetrov deleted the fix-parsing-msg-on-handlers branch January 15, 2024 03:50
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.

Static analysis does not follow pointer usage of handlers to Configure() methods with non-pointer receivers
1 participant