-
Notifications
You must be signed in to change notification settings - Fork 67
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
BUG: Ignore breathe duplicate C++ warnings in docs CI #327
BUG: Ignore breathe duplicate C++ warnings in docs CI #327
Conversation
I'm unclear on whether |
As far as I can tell, the current error is:
quick fix is to use |
...
|
Thanks @dzenanz , I pushed a change this morning removing most warning exceptions from |
Observed the same warnings on re-run, so something is happening with |
The |
28ff813
to
300005b
Compare
Rebased on |
Unclear why CI is not launched from the force push. Seems I am not having much luck with Github today. 😦 I have re-run previous CI for this PR that I believe will reflect superbuild fixes: https://github.com/InsightSoftwareConsortium/ITKSphinxExamples/actions/runs/1988322694 |
The CI re-run did not capture updated changes. It looks like Github Actions is having an outage, may be best to wait for coverage to resume before attempting further changes. https://www.githubstatus.com/ |
I was also seeing lag with GitHub CI triggering yesterday. |
300005b
to
5d12483
Compare
From what I can tell After removing most warning exceptions, decreasing the number of warnings and errors, and adding additional regex expressions to except, CDash results are unchanged at 50 warnings about duplicate C++ declarations. @thewtex @dzenanz Do you have thoughts on steps we can take for debugging here? As this file is expected to solely affect CDash behavior I am a bit limited in what testing I can do. |
@hjmjohnson recently made some docs-related PR (InsightSoftwareConsortium/ITK#3311), he might have some suggestions. I have not dealt with docs building in years (maybe ever). I would have to dive in, just like you. |
Aha, new findings:
EDIT: On second though, |
eb0d87d
to
b0e5e98
Compare
b0e5e98
to
19d7727
Compare
11da6d7
to
7c08481
Compare
🎉 |
Resolves #266