Bazel: build cleaner?

Created on 8 Dec 2018  Â·  6Comments  Â·  Source: bazelbuild/bazel

Is it possible to automatically update the dependencies of build rules, etc? It could be a huge productivity boost for users.

P4 team-Bazel feature request

Most helpful comment

There is already an internal version working inside Google, might route this to the internal build cleaner maintainer for more input.

All 6 comments

The language rulesets typically provide their own tools, like gazelle for Go rules. Could you elaborate more on what you would like to see in this tool?

Yes, tools like gazelle is what I'm looking for. Is there an equivalent for c++ and Python? Thanks!

i believe there is one for python. Take a look at awesomebazel.com

c++ is a bit harder to automatically generate deps for

On Wed, Dec 12, 2018 at 12:04 AM cnsgsz notifications@github.com wrote:

Yes, tools like gazelle is what I'm looking for. Is there an equivalent
for c++ and Python? Thanks!

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/bazelbuild/bazel/issues/6871#issuecomment-446463214,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFh_EGAof9Bb0Fataw4QlrsonoAamuxlks5u4I5WgaJpZM4ZJgcd
.

I see. Thanks for the suggestion! awesomebazel.com is awesome!

Is this the one for python you have in mind? https://github.com/tuomasr/pazel

What is particularly hard about c++? Is there one for c++ used in google internally and if so is it feasible to open source that? Thanks!

There is already an internal version working inside Google, might route this to the internal build cleaner maintainer for more input.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

meteorcloudy picture meteorcloudy  Â·  3Comments

ttsugriy picture ttsugriy  Â·  3Comments

kastiglione picture kastiglione  Â·  3Comments

ajaysaini-sgvu picture ajaysaini-sgvu  Â·  3Comments

sandipmgiri picture sandipmgiri  Â·  3Comments