Fabian Meumertzheim

Results 181 issues of Fabian Meumertzheim

The new Starlark-defined RunfilesLibraryInfo provider may be used in the future to decide whether additional information has to be emitted by a rule for a target to find its runfiles...

team-OSS
potential release blocker
awaiting-review

The solib directory is located within the subdirectory of the runfiles directory corresponding to the workspace. Thus, if a binary is contained in an external repository, its $ORIGIN relative rpath...

Previously, Starlark flags expanded from a --config stanze would always be added to the end of the residue containing the explicitly given Starlark flags. As a result, Starlark flags expanded...

team-Configurability
awaiting-PR-merge

### Description of the bug: Remote builds with `--experimental_remote_cache_compression` crash Bazel on Windows with: ``` FATAL: bazel crashed due to an internal error. Printing stack trace: java.lang.UnsatisfiedLinkError: 'long com.github.luben.zstd.ZstdOutputStreamNoFinalizer.recommendedCOutSize()' at...

type: bug
platform: windows
untriaged
team-OSS

RecursiveFilesystemTraversalFunction did not emit a ResolvedFile for empty directories and thus didn't track their existence at all since they have no children that would track it implicitly. This commit adds...

team-Core
awaiting-review

The docs didn't make it clear that only a basename can be appended, not a full path. This commit also renames the positional parameter to make this behavior more clear,...

team-Documentation
awaiting-review

When a source artifact is a directory and source directory tracking is not enabled, a warning is printed that instructs the user to either use an archive instead or enable...

team-Core
awaiting-review