RobotLocomotion / drake

Model-based design and verification for robotics.
https://drake.mit.edu
Other
3.35k stars 1.27k forks source link

[tools] Prepare glob changing default to allow_empty=False #22185

Closed jwnimmer-tri closed 3 days ago

jwnimmer-tri commented 1 week ago

In Bazel 8, glob lines that don't match anything are an error. (If we have lines that are expected to sometimes not match anything, then we need to mark that with allow_empty = True on the glob call.)

Towards #22182.


This change is Reviewable

jwnimmer-tri commented 1 week ago

+@SeanCurtis-TRI for feature review, please.