-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Add -usehd to excluded args in check-doc.py #11285
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
Conversation
|
Failing as below, however it looks like it's only the arm-linux builds? |
|
@fanquake it's only on the builds which export CHECK_DOC=1 to run check-doc.py |
|
ACK 7d03418. |
|
travis-has-passed ACK 7d03418 Does a reminder need to be added to the docs somewhere, so this doesn't happen again? |
|
Unsure where it would be suitable to put such a thing, but if you have a place in mind it would probably be a good idea 👍 |
This problem should have been fixed in #11250 where travis should be broken (but the build was cancelled) so I guess there is no need for documentation. |
|
ACK 7d03418 |
|
ACK 7d03418 |
7d03418 Add -usehd to excluded args in check-doc.py (MeshCollider) Pull request description: All Travis builds on master are currently failing due to contrib/devtools/check-doc.py picking up `-usehd` in `src/wallet/wallet.cpp#L3845` as an undocumented argument (removed in #11250). Just need to add it to the list of unsupported, deprecated and duplicate args in check-doc.py so that it's ignored. Otherwise all builds on top of #11250 will fail until this is merged. Tree-SHA512: 205c9be759b04bc3b85ac2b53fd455b3c0e229320d8e2b7f7d0ef5d5bd8033594b38a2d948250894ee2f4451584aca698476cd4b5cdf82955925683e3068a67c
All Travis builds on master are currently failing due to contrib/devtools/check-doc.py picking up
-usehdinsrc/wallet/wallet.cpp#L3845as an undocumented argument (removed in #11250). Just need to add it to the list of unsupported, deprecated and duplicate args in check-doc.py so that it's ignored. Otherwise all builds on top of #11250 will fail until this is merged.