-
Notifications
You must be signed in to change notification settings - Fork 31
Resolve missing symbols when loading plugins #1910
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
Conversation
5a18d11
to
e2f5f4c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Are we never analyzing header files? |
If I recall correctly, they are analyzed as part of the file that includes them. clang-tidy does provide comments on headers if they are problematic. See e.g. https://github.com/eic/EICrecon/pull/1875/files which was based on the automatically provided suggestions. |
### Briefly, what does this PR introduce? Fixes: #1909 ### What kind of change does this PR introduce? - [x] Bug fix (issue #__) - [ ] New feature (issue #__) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? No ### Does this PR change default behavior? No (cherry picked from commit 990ff08)
Successfully created backport PR for |
# Description Backport of #1910 to `v1.26`. Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Briefly, what does this PR introduce?
Fixes: #1909
What kind of change does this PR introduce?
Please check if this PR fulfills the following:
Does this PR introduce breaking changes? What changes might users need to make to their code?
No
Does this PR change default behavior?
No