From 9dca75edc0151345e6031960d95375014be8f5fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Crem=20Sancaktutan?= <36550960+codelovingcat@users.noreply.github.com> Date: Tue, 7 Apr 2026 15:07:50 +0000 Subject: [PATCH] bug-4953-has-absl-bzlmod-default-true --- TODO.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 000000000..4e0d2677b --- /dev/null +++ b/TODO.md @@ -0,0 +1,10 @@ +# TODO: Fix has_absl default to true for bzlmod + +## Remaining Steps: +1. [x] Edit BUILD.bazel: Add bzlmod_enabled config_setting and update gtest defines/deps selects. +2. [x] Edit docs/quickstart-bazel.md: Add note about default Abseil support with bzlmod. +3. [x] Test changes: bazel test //... --enable_bzlmod=true succeeded. +4. attempt_completion. + +Progress will be updated as steps complete. +