bazelbuild / sandboxfs

A virtual file system for sandboxing
Apache License 2.0
372 stars 39 forks source link

Fold cache updates into delete/set_underlying_path #99

Closed jmmv closed 4 years ago

jmmv commented 4 years ago

This ensures that the cache is always updated when we modify the underying paths, which is important now that, on directory renames, we do a recursive traversal to update all descendents.

Fixes #98.