Pedro

Results 105 comments of Pedro

You can build/test with `--profile=/tmp/profile.gz`. Then get the time with: ``` zcat /tmp/profile.gz | jq '.traceEvents | .[] | select(.name == "sandbox.createFileSystem") | .dur' | paste -sd+ - | bc...

Thank you Jeremiah. That's still quite a bit of overhead but we'll add more improvements.

I'm a bit puzzled about why this happens. I can't reproduce locally with 100000 runs per test, I don't see a race condition and even if the variables that I...

I thought it was always atomic within the same filesystem. In which filesystem types isn't it atomic?

Ah yes, but would we have seen this error? From the error I'd say there was an entry in the map but it was actually null somehow. Apart from logging...

Closing stale PR, these files are being moved to apple_tools.

> The CcInfo provider was omitted on purpose. cc_shared_library is a very heavy rule that flattens nested sets, we wanted to avoid people adding a cc_shared_libraries in the middle of...

Closing this stale PR. In general we have been considering recently taking the current state of these duplicated files from bazel_tools, taking bazel_tools as the current correct state but making...