Skip to content

Refine parsing; improved visibility checking; allow # keep

Latest
Compare
Choose a tag to compare
@hzeller hzeller released this 19 Jun 06:33
· 4 commits to main since this release

Minor improvements

  • Parse more rare observed constructs in bazel files.
  • Visibility rules: assume //visibility:public if visibility rule can not be elaborated.
  • When extracting include files, allow for spaces between # and include
  • Allow to tell bant to keep a dependency by adding a # keep comment to a line with a dependency.