We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1abbeb commit 65632f8Copy full SHA for 65632f8
python/private/py_info.bzl
@@ -309,18 +309,9 @@ This field is currently unused in Bazel and may go away in the future.
309
"venv_symlinks": """
310
:type: depset[VenvSymlinkEntry]
311
312
-A depset with default ordering.
313
-
314
:::{include} /_includes/experimental_api.md
315
:::
316
317
-:::{tip}
318
-The way we merge depsets means dependencies earlier and closer to the consumer
319
-have precedence. This allows e.g. a binary to add dependencies that override
320
-values from further way dependencies, such as forcing symlinks to point to
321
-specific paths or preventing symlinks from being created.
322
-:::
323
324
:::{versionadded} VERSION_NEXT_FEATURE
325
326
""",
0 commit comments