gtristan commented on a change in pull request #1609: URL: https://github.com/apache/buildstream/pull/1609#discussion_r827686428
########## File path: src/buildstream/storage/directory.py ########## @@ -16,328 +17,499 @@ # # Authors: # Jim MacArthur <[email protected]> +# Tristan van Berkom <[email protected]> """ -Directory -========= - -This is a virtual Directory class to isolate the rest of BuildStream -from the backing store implementation. Sandboxes are allowed to read -from and write to the underlying storage, but all others must use this -Directory class to access files and directories in the sandbox. - -See also: :ref:`sandboxing`. - +Directory - Interfacing with files +================================== +The Directory class is given to plugins by way of the :class:`.Sandbox` +or in some other instances, and allows plugins to interface with files Review comment: I did `s/or/and/` here and improved the grammar of this phrase. -- 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]
