-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Homogenize deprecations with PCL_DEPRECATED
#3925
Conversation
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.
LGTM (except inline)
Nice! The tutorials build caught a deprecation warning in the examples:
No clue about what windows wants from me though:
The linker is complaining (link), I'm not touching [surface] directly... Is it some inspectable problem? |
Windows OOMed. Restarting can sometimes solve the issue. |
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.
CI is green. 🚀
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.
LGTM but we need to figure out what to do with the deprecations with empty messages.
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.
Minor indentation issue in my patch. Leave it for clang-format.
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.
LGTM. The based on the online comment, the labels need to be updated
Commit wise I'm thinking:
|
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.
Rebase + CI = 🚀
Squash |
PCL_DEPRECATED
Stems from #3905. I
git grep -n deprec
and tried my best at recognizing the results needing homogeneity.The missing instances are tracked in #3924
Fixes #2724