Keith Smiley

Results 347 issues of Keith Smiley

This is set to the same value as TEST_TMPDIR. I think the primary value for this in tests is that you might run tools that you do not control that...

team-Core
awaiting-review

If there are assignments above package() calls they could contain variables used in the package() call. We now check for that case so we can move it as far up...

if you have a BUILD file like this: ```bzl some_target( ... ) some_list = [ # ] package(default_visibility = ["//visibility:public"]) ``` buildifier does not warn about the package() being at...

Now that the automatic loading of rules_cc, rules_python, etc is removed from bazel, I think it would be nice if buildifier automatically fixed those cases, like it does with auto-formatting,...

Using https://github.com/bazelbuild/rules_apple/pull/2801 as a starting point

# 🐞 bug report ### Affected Rule `pip.parse` with the bazel downloader enabled ### Is this a regression? not sure ### Description with some config like this: ```bzl pip.parse( experimental_extra_index_urls...

# 🐞 bug report ### Affected Rule ```bzl load("@rules_python//python:defs.bzl", "py_test") py_test( name = "first", srcs = ["foo.py"], main = "foo.py", ) py_test( name = "second", srcs = ["foo.py"], exec_properties =...

This new attribute solves one of the longstanding annoyances with private include paths for third party projects. Today users often hardcode `-Iexternal/something` or come up with some complicated workarounds with...