kotborealis opened a new pull request, #2136: URL: https://github.com/apache/buildstream/pull/2136
In docs for incremental builds and buildelement `--soft` turned into `–soft`, which is ignored by CLI parser. This lead to running `bst workspace reset –-soft --all` (with en-dash) by copypasting it, which turned out to hard-reset of workspaces. See: * https://docs.buildstream.build/2.5/developing/workspaces.html#incremental-builds:~:text=bst%20workspace%20reset-,%E2%80%93soft%2C,-like%20so%3A * https://docs.buildstream.build/2.5/buildstream.buildelement.html#:~:text=bst%20workspace%20reset-,%E2%80%93soft,-is%20called%20on This patch fixes docs so sphinx would not render it as `en-dash`: moved `--soft` outside of `:ref:`, as I could not get it to work otherwise. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
