-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Better showing of #include
#7648
Conversation
Getting a better (and consistent) output for the include file to be used with some functions. Normally `#include` are sown as in a typewrite font, but the `#include` in these cases were shown in a code block way.
CGAL-6.0-Ic-42 shows new warnings with doxygen 1.8.13 with those changes. |
I think we can ignore these as I think the doxygen version 1.8.13 won't be used anymore for the CGAL 6.0 version as here at least the version 1.9.6 will be used (so no backport). |
Also a bit strange for me is that the Edit looks like in |
CGAL-6.0-Ic-43 only has #7526 |
Explains why the which gave the impression to me, as layman, that the PR #7648 is also included in the test. |
I'm currently using 2 batches, I'm alternating them. |
Ahh that explains it. |
Is there a way so we can see what is tested i.e.:
(I once saw the labels "Batch_1" and "Batch_2" but they are hardly applied and don't see them at all with the current "Under testing"). |
If you click on a test result, you see the list of PRs merged at the top of the page. For example here. |
I nearly finished my reply (I just leave it as a sort of reference) when I got a "brainwave" that there might exist a page https://cgal.geometryfactory.com/CGAL/testsuite analogous to the https://cgal.geometryfactory.com/CGAL/Manual_doxygen_test/page that might give direct access to the information I described and indeed it was present and gives even more selection possibilities. Thanks for the information and the patience about these questions. that it is "just" for the AABB_tree is not a problem as at the top of the page this information is present, though there is no reference to the mentioned page on:
|
I agree that this information should be directly available in the testsuite landing page, especially because now we only merge pull requests, we could only the list of PR + hash. Let's create an issue for that. |
|
Arrangement_on_surface_2/doc/Arrangement_on_surface_2/PackageDescription.txt
Outdated
Show resolved
Hide resolved
Successfully tested in CGAL-6.0-Ic-56 |
Getting a better (and consistent) output for the include file to be used with some functions. Normally
#include
are sown as in a typewrite font, but the#include
in these cases were shown in a code block way.For e.g Weights/group__PkgWeightsRefUniformRegionWeights.htmlthe w`#include was shown as:
and will now be shown as: