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

Change inclusion order to check dependencies #8010

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

afabri
Copy link
Member

@afabri afabri commented Jan 31, 2024

Summary of Changes

Issue #8009 revealed that some header files do not #include all what they need. We do not see that in the testsuite, as we "usually" first include a kernel and then only header files of higher level functions. This PR includes the high level first and then only a kernel. We start with the Polygon Mesh Processing package, but will extend this to the other packages.

This PR should fix the reported issue, but changes in the testsuite itself should reveal other similar issues.

Release Management

@afabri afabri added this to the 6.0-beta milestone Jan 31, 2024
@sloriot
Copy link
Member

sloriot commented Feb 20, 2024

Successfully tested in CGAL-6.0-Ic-176

@lrineau lrineau added the rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' label Feb 22, 2024
@lrineau lrineau merged commit 053a2b3 into CGAL:master Feb 22, 2024
9 checks passed
@lrineau lrineau deleted the CGAL-change_include_order-GF branch February 22, 2024 09:40
@lrineau lrineau removed the rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No matching function for call to midpoint(const Point_3&, const Point_3&) on bounded_error_Hausdorff_distance
3 participants