Fabian Meumertzheim
Fabian Meumertzheim
RELNOTES: The default Unix C++ toolchain now supports the `parse_headers` feature to validate header files with `--process_headers_in_dependencies`.
The old lockfile fields and all code related to it as well as the workarounds for local path inclusions are removed. The distribution archive lockfile needs to be checked in...
### Please list the URLs of the archives you'd like to mirror: https://github.com/bazelbuild/rules_kotlin/releases/download/v1.9.5/rules_kotlin-v1.9.5.tar.gz
Fixes the following issues with path mapping applied to `map_each` functions: * Action keys could be stale if an action implementation switches from hard-coded artifact strings to `File`s mapped at...
When loaded as a `data` dependency (e.g. for `dlopen`), the runfiles of a `cc_shared_library` now contain the `_solib` symlinks of precompiled dynamic library dependencies instead of the symlink targets. Work...
Work towards #21622 RELNOTES: `native.package_relative_label` can now be used in rule initializers.
Rules, providers, functions and aspects now have a `load` statement in their summary. Aspects additionally include a copyable `--aspects` flag. Fixes #95
With `--@rules_java//java:incompatible_language_version_bootclasspath`, the bootclasspath used for Java compilation is now determined based on the numeric version specified in `--java_language_version` and the type specified in `--java_runtime_version` rather than just using the...