The Wayback Machine - https://web.archive.org/web/20211023150302/https://github.com/topics/bazel
Skip to content
#

bazel

Here are 731 public repositories matching this topic...

psigen
psigen commented Sep 6, 2021

Description of the problem / feature request:

glob throws an evaluation error when it detects an infinite recursion in a
directory traversal. However, it detects this recursion even if the specific
subpath leading to that recursion is excluded via the exclude=[] argument.

This means that recursive symlinks cannot be ignored in glob expressions,
even if they occur in subtrees that

Improve this page

Add a description, image, and links to the bazel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bazel topic, visit your repo's landing page and select "manage topics."

Learn more