docs/versions/7.6.0/community/roadmaps-starlark.mdx
Last verified: 2020-04-21 (update history)
Point of contact: laurentlb
Our goal is to make Bazel more extensible. Users should be able to easily implement their own rules, and support new languages and tools. We want to improve the experience of writing and maintaining those rules.
We focus on two areas:
Build health and Best practices:
Performance:
Technical debt reduction:
incompatible_always_check_depset_elements,
incompatible_disable_deprecated_attr_params,
incompatible_no_support_tools_in_action_inputs, incompatible_new_actions_api.incompatible_disable_depset_items, incompatible_no_implicit_file_export,
incompatible_run_shell_command_string,
incompatible_restrict_string_escapes.Community:
rules_python is active and well-maintained by the community.Build health and Best practices:
bazel query--incompatible_no_implicit_file_exportPerformance:
Technical debt reduction:
Community: