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

Remove Deprecated Code for 1.15.0 release #6040

Merged
merged 1 commit into from
May 16, 2024

Conversation

Shayril
Copy link
Contributor

@Shayril Shayril commented May 14, 2024

Fixes #6039

@larshg
Copy link
Contributor

larshg commented May 14, 2024

Looking good - however you need to remove them for the CMakelists.txt as well, ad it cant find them now they where removed.
Ie. here

@Shayril Shayril force-pushed the RemoveDeprecatedCode branch 2 times, most recently from a838440 to 4ad13ce Compare May 14, 2024 19:59
@larshg
Copy link
Contributor

larshg commented May 15, 2024

Some of the files you deleted, shouldn't be deleted. Ie. visualization/include/pcl/visualization/pcl_visualizer.h.
Only a method inside the class are deprecated, not then entire file.
There are multiple occurence like this, ie. mls.h.

@Shayril Shayril force-pushed the RemoveDeprecatedCode branch 2 times, most recently from 8fb6650 to 16a71e1 Compare May 15, 2024 18:34
Signed-off-by: Shayril <shayrilu.work@gmail.com>
@Shayril Shayril marked this pull request as ready for review May 16, 2024 01:44
@mvieth mvieth added the changelog: removal Meta-information for changelog generation label May 16, 2024
@mvieth mvieth added this to the pcl-1.15.0 milestone May 16, 2024
Copy link
Member

@mvieth mvieth left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@mvieth mvieth requested a review from larshg May 16, 2024 09:25
@larshg larshg merged commit 2d5101a into PointCloudLibrary:master May 16, 2024
13 checks passed
@larshg
Copy link
Contributor

larshg commented May 16, 2024

Thank you @Shayril 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: removal Meta-information for changelog generation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove deprecated code for the 1.15.0 release
3 participants