Results 21 issues of Ivo List

Checklist: - [x] extending from parent - [x] calling parent's implementation function (in review) - [x] merging public attributes - [x] intializers in extended rules - [x] limiting rule's extendability...

type: feature request
P2
team-Rules-API

## PR Type - [x] Build related changes - [x] Other... Please describe: Upgrading dependencies ## What is the current behavior? Build breaks with latest Bazel version, because of old...

Move Kotlin specific targets (like `kt_jvm_import`) from `BUILD.com_github_jetbrains_kotlin` to `//kotlin/compiler`. This will make it possible to release `kotlin-compiler` module on `bazel-central-registry` without depending on `rules_kotlin`. The release will contain the...

Fixes: https://github.com/bazelbuild/rules_jsonnet/issues/173

The older protobuf version (21.7) is still using legacy struct providers. If used rules_python will fail after the default of --incompatible_disallow_struct_provider_syntax is changed. Only 23.1 is on BCR (that's why...

See: https://github.com/bazelbuild/rules_proto/issues/179

This makes it possible to enable C++ toolchain resolution in Bazel.

rules_android_ndk doesn't work with cc toolchain resolution enabled. Example failure when building with Bazel@HEAD and `--incompatible_enable_cc_toolchain_resolution`: ``` Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox...

An incompatible flag, that should support users in migrating the rules from being embedded in Bazel to external repositories. The flag automatically adds loads for such rules.