From f46d033db11a18904783e69f9dd5f13eba79c546 Mon Sep 17 00:00:00 2001 From: "Lukacs T. Berki" Date: Tue, 6 Dec 2022 08:19:53 +0000 Subject: [PATCH] Drop "Dependency adapters for virtual targets". As discussed on #16380, the potential benefits given the alternatives of doing this in a FUSE (or NFS-as-FUSE on Mac OS) file system or teaching `bazel query` to recursively determine transitive dependencies and the difficulty of designing an interface that is simple enough, performant enough and stable enough is considerable. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf3070c..186c5a3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ list. | Last updated | Title | Author(s) alias | Category | | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | --------------------- | | 2022-11-30 | [Exec platform per toolchain](https://docs.google.com/document/d/1-rbP_hmKs9D639YWw5F_JyxPxL2bi6dSmmvj_WXak9M/edit?usp=sharing) | [@comius](https://github.com/comius) [@kotlaja](https://github.com/kotlaja) | Configurability | -| 2022-10-17 | [Dependency adapters for virtual targets](designs/2022-10-17-dependency-adapter.md) | [@vdye](https://github.com/vdye) | Bazel | | 2022-10-11 | [Renaming applicable_licenses](https://docs.google.com/document/d/1uyJjkKbE8kV8EinakaR9q-Un25zCukhoH_dRBkWHSKQ) | [@aiuto](https://github.com/aiuto) | Configuration | | 2022-07-07 | [Enabling Global exec_groups](https://github.com/bazelbuild/proposals/new/main/designs/2022-07-07_global_exec_groups.md) | [@susinmotion](https://github.com/susinmotion) | Configurability | | 2022-05-13 | [OSS Licenses and Bazel Dependency Management]( https://docs.google.com/document/d/1oY53dQ0pOPEbEvIvQ3TvHcFKClkimlF9AtN89EPiVJU/edit#) | [@aiuto](https://github.com/aiuto) | External Repositories | @@ -154,6 +153,7 @@ list. | Last updated | Title | Author(s) alias | Category | |--------------|-----------------------------------------------------------------------------------------------------------------|--------------------------------------------|-----------------------| +| 2022-10-17 | [Dependency adapters for virtual targets](designs/2022-10-17-dependency-adapter.md) | [@vdye](https://github.com/vdye) | Bazel | | 2022-11-16 | [Platforms on Targets](designs/2022-08-03-platforms-on-targets.md) | [@katre](https://github.com/katre) | Configuration | | 2021-07-21 | [Monorepo Toolchain Registration](designs/2021-07-08-monorepo-toolchain-registration.md) | [@katre](https://github.com/katre) | Toolchains | | 2021-02-16 | [Semantics of the expansion of Labels](https://docs.google.com/document/d/1bEhKy1lQB-EIpNxSYgRLtZ8p07dRe0g-t7D5j5jxLb0)| [@aehlig](https://github.com/aehlig) | External Repositories |