Skip to content

Better dealing with targets that have slashes.

Latest
Compare
Choose a tag to compare
@hzeller hzeller released this 02 Oct 05:59

Maintenance release.
This improves dealing with targets that have slashes in them, such as:

cc_library(
  name = "foo/bar"
  # ...
)

These will now be correctly dealt with in printing mypackage:/foo/bar and other features such as dwyu