Fabian Meumertzheim

Results 1673 comments of Fabian Meumertzheim

This needs to be fixed in Bazel first: https://github.com/bazelbuild/bazel/pull/26355

The Go runfiles library has a virtual FS implementation (https://github.com/bazel-contrib/rules_go/blob/master/go/runfiles/fs.go) that can do this. Does `std::filesystem` offer similar abstractions? That could be a better fit than a one-off function.

Please give `--repo_contents_cache` a try - it shares repos across workspaces by symlinking into a central cache.