You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mark is overwritten the first time the tool runs. Subsequent runs no longer find the mark, e.g. index == -1, and the subsequent code corrupts the file as it hasn't guarded against the mark not being present.
Keep markers for the stability table so that it can be updated on
subsequent runs of the doc tooling. Only overwrite the files if
they have been changed.
PR-URL: #38048Fixes: #37886
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Juan José Arboleda <[email protected]>
What steps will reproduce the bug?
Using the main branch, run configure with an option and then run the target
test-doc
which will fail.How often does it reproduce? Is there a required condition?
Seems to be every time.
What is the expected behavior?
This target should pass.
What do you see instead?
Additional information
Deleting
out/doc
will allow the target to pass.The text was updated successfully, but these errors were encountered: