This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch tristan/virtual-directory-cleanup
in repository https://gitbox.apache.org/repos/asf/buildstream.git.
from 34d6270 storage/directory.py: Revisit FileStat definition, revive
FileType
add 0f26e0b storage/directory.py: Switch API to use path strings instead
of lists
No new revisions were added by this update.
Summary of changes:
src/buildstream/_elementsources.py | 4 +-
src/buildstream/_frontend/widget.py | 2 +-
src/buildstream/buildelement.py | 2 +-
src/buildstream/element.py | 10 +-
src/buildstream/plugins/elements/compose.py | 2 +-
src/buildstream/plugins/elements/import.py | 4 +-
src/buildstream/sandbox/_sandboxreapi.py | 22 +--
src/buildstream/sandbox/sandbox.py | 13 +-
src/buildstream/scriptelement.py | 3 +-
src/buildstream/storage/_casbaseddirectory.py | 196 ++++++++++++++-----------
src/buildstream/storage/_filebaseddirectory.py | 170 ++++++++++++---------
src/buildstream/storage/directory.py | 104 ++++++++-----
tests/internals/storage.py | 8 +-
tests/internals/storage_vdir_import.py | 14 +-
14 files changed, 314 insertions(+), 240 deletions(-)