Ted Kaplan

Results 6 comments of Ted Kaplan

A workaround we use is to have the python source root be separately listed in the `directories:` section of the project view file. However, for this to work, none of...

Here is the log for the eaccess check on my machine: ``` configure:7659: checking for eaccess configure:7659: /private/var/tmp/_bazel_thirtyseven/c533580fa8099c591fb72f099acb5810/sandbox/darwin-sandbox/548/execroot/data-processing/external/local_config_cc/cc_wrapper.sh -o conftest -U_FORTIFY_SOURCE -fstack-protector -Wall -Wthread-safety -Wself-assign -Wunused-but-set-parameter -Wno-free-nonheap-object -fcolor-diagnostics -fno-omit-frame-pointer -g0...

The `$(JAVABASE)` make variable as documented by https://bazel.build/reference/be/make-variables#custom_variables appears to be broken with `--nolegacy_external_runfiles`. Minimal reproducible BUILD file with empty WORKSPACE: ``` genrule( name = "foo", outs = ["javabase.sh"], toolchains...

I have continued the work in this PR in #926 .

> Is there any intention/support for extra classifier artifacts being in the BOM too? Would be useful for things like test-jars that sometime get published and depended on. @cjohnstoniv We...

#743 fixed this, but it looks like the change to the V2 lockfile format introduced a regression.