vchernin opened a new issue, #1658: URL: https://github.com/apache/buildstream/issues/1658
With `doc/examples/developing` 1. open a workspace `bst workspace open hello.bst --force files/src` 2. do a build and run it `bst build --track-all hello.bst && bst shell hello.bst hello` (should output Hello World) 3. close the workspace `bst workspace close hello.bst` 4. make changes to printf in hello.c 5. build again `bst build --track-all hello.bst && bst shell hello.bst hello` 6. notice your changes from 4. will not show in the build from 5. This is fixed if you manually remove the `hello` object sitting in `files/src` (leftover from the workspace), but there's no obvious reminder that should be done. Note I tested with buildstream 1.6.5 and buildstream-external from pypy, by commenting out the bst minimum version in the `project.conf`. Sidenote, if I reset the workspace after 1. on hello.bst, it leads to a stack trace since it can't find `files/src`. -- 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]
