Use alternative header for nightly builds#222
Conversation
|
How weird that this is causing a diff in the autotester. It seems DDox has a race condition or something regarding which homonym symbol it chooses to link to. |
Btw as this could also lead to unrelated diffs, should we disable the Bugzilla query for bugs for the changelog builder in "nightly mode"? |
|
Hmm, yeah, changes that shouldn't result in documentation changes should not have documentation changes indicated in the status line, because then inadvertent documentation changes will get through. I guess with this and dlang/dlang.org#1537 we should expand |
|
If you want to update the |
Alrighty :) |
|
|
I understand this change will never be visible in the documentation tester because it applies to the Bugzilla header. |
Well in theory it will be visible, e.g. here: But of course only if the |
|
Right, I meant the documentation tester specifically (because we excluded Bugzilla entries when DIFFABLE is on). |
I didn't realize that when we provide different Makefile targets (with
BUILD_NIGHTLY) we can override even more logic :)