Skip to content

Commit

Permalink
Drop "Dependency adapters for virtual targets".
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lberki committed Dec 6, 2022
1 parent bb8e3df commit f46d033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit f46d033

Please sign in to comment.