Jon Brandvein

Results 35 issues of Jon Brandvein

This error occurs in a clean checkout locally but not in travis. ``` Testing virtualenv tests/requirements-test-centos7.txt Already using interpreter /usr/bin/python3 Using base prefix '/usr' New python executable in /usr/local/google/home/brandjon/src/blah/subpar/.env/bin/python3 Also...

In other words, undo f9dc57111332d04ea5de63dacfb84013ebff9188. According to that commit's description, the justification for having two workspaces was that Bazel did not well support having both Python 2 and 3 in...

Skydoc is legacy and will be removed in future versions of @io_bazel_skydoc..

This is a demo, not production ready. Notes for #241.

cla: yes

(Maybe this belongs in Bazel's component.) It was mentioned on the Slack that you can't define a bzl_library for your own .bzl files if they load files in @bazel_tools. At...

type: feature request
P4

[Example failures](https://buildkite.com/bazel/bazel-skylib/builds/993) These appear to be mostly from analysis-time test suites, which are implemented as macros but do not (and should not) have a `name` parameter. We should have a...

Additional remarks: - Note that octal int literals are 0oNNN, but octal escapes in string literals (a TODO for the spec) are \NNN. - For bitwise operators, it's not obvious...

I'd like to exclude my docs/ directory from `build_targets` because it depends on an unreleased bazel version to build (i.e., regenerate the documentation) successfully. Until that newer bazel is out...

Tracking issue for the removal of `--incompatible_fix_package_group_syntax` after it's flipped. Blocked on the actual flip (#16323). (I created the tracking issue early just to reference it in TODOs.)

P3
type: process
team-Build-Language

**Description:** This flag changes the behavior of the string `"//..."` in `package_group`'s `packages` attribute. Previously, this was treated as including all packages, everywhere, in the `package_group`. With the flag enabled,...

P1
incompatible-change
team-Build-Language
breaking-change-6.0