peakschris

Results 141 comments of peakschris

I can't reproduce this now in my small workspace where I originally saw it. Can you give me any hints as to where this type of error can originate? I've...

I just saw this again with 7.2.0rc2, it's not 25% of builds, perhaps only 1-5%. I don't think it will be possible to bisect as it is so irregular, but...

I'm not seeing this anymore in 7.3.x

fmeum - great! I haven't signed the contributor agreement, and that's a bit complex for me. Unfortunately, I can't submit to this repo at this time. I am contributing elsewhere...

The path actually needs a little more fixup. I've been using this wrapper around rlocation in bash scripts that require a unix-style path: ``` function rlocation_as_unix() { path=$(rlocation ${1}) case...

Hi @jungleraptor what is the status of this, it is a sorely missed feature!

This does not workaround the issue: ``` bazel --output_base=output test //... --deleted_packages=output ``` A workaround is: ``` echo output >> .bazelignore bazel --output_base=output test //... ```

I was wondering if it is due to the tildes ~ which are a special character in windows 8.3. filenames. I've disabled 8.3 filenames using fsutil 8dot3name set 3 but...

We have some new_local_repositories defined inside module extensions that appear to end up with a simple name on the filesystem and don't trigger this issue. Are there other ways to...

Here is some analysis from Windows Performance Analyzer, I used it to capture each build. I think this shows that the extra time is spent in the compiler or OS,...