commit | 90baa6bcf953ce2f34e517d7cd6c9a0ab4ee6304 | [log] [tgz] |
---|---|---|
author | Richard Levasseur <rlevasseur@google.com> | Sun Jul 21 21:45:13 2024 -0700 |
committer | GitHub <noreply@github.com> | Mon Jul 22 04:45:13 2024 +0000 |
tree | d7ff57ca6fd81f33f3e89b7e41b50e305d6665f0 | |
parent | 6c465e6f2cf4c9104b1417c4d6fee0b897412fd1 [diff] |
refactor: use logger in repo_utils.execute_* functions (#2082) This is to unify how it handles printing log messages. This also updates repo rules using repo_utils to create loggers and set the `_rule_name` attribute for the logger to use. * Also removes defunct repo_utils.debug_print * Also makes some functions private that aren't used elsewhere
This repository is the home of the core Python rules -- py_library
, py_binary
, py_test
, py_proto_library
, and related symbols that provide the basis for Python support in Bazel. It also contains package installation rules for integrating with PyPI and other indices.
Documentation for rules_python is at https://rules-python.readthedocs.io and in the Bazel Build Encyclopedia.
Examples live in the examples directory.
The core rules are stable. Their implementation is subject to Bazel's backward compatibility policy. This repository aims to follow semantic versioning.
The Bazel community maintains this repository. Neither Google nor the Bazel team provides support for the code. However, this repository is part of the test suite used to vet new Bazel releases. See How to contribute page for information on our development workflow.
For detailed documentation, see https://rules-python.readthedocs.io
See Bzlmod support for more details.