bazelbuild / bazel

a fast, scalable, multi-language and extensible build system
https://bazel.build
Apache License 2.0
23k stars 4.03k forks source link

incompatible_disallow_struct_provider_syntax #19467

Open comius opened 1 year ago

comius commented 1 year ago

More info on: https://bazel.build/extending/rules#migrating_from_legacy_providers

acozzette commented 8 months ago

I tried enabling this flag but hit an error here in some Starlark code inside Bazel itself: https://github.com/bazelbuild/bazel/blob/35ba3967df117234e182bec3f97536e824a0b4f0/src/main/starlark/builtins_bzl/common/python/py_executable_bazel.bzl#L103