You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use your parser in projects that use Bazel for builds, and will probably end up bazel-ifying it in a fork. Mostly this involves adding BUILD.bazel files, and a WORKSPACE file. Would you be open to accepting this upstream? I'm happy to do the work of converting your builds, so that your CI builds get the benefits of Bazel caching.
The text was updated successfully, but these errors were encountered:
Hello!
I use Bazel to build a bunch of my personal projects, and at work as well. I like it a lot: https://bazel.build
In particular, Bazel support for golang is pretty good. There's a neat tool called
gazelle
that auto-manages things for you: https://github.com/bazelbuild/bazel-gazelleI'd like to use your parser in projects that use Bazel for builds, and will probably end up bazel-ifying it in a fork. Mostly this involves adding
BUILD.bazel
files, and aWORKSPACE
file. Would you be open to accepting this upstream? I'm happy to do the work of converting your builds, so that your CI builds get the benefits of Bazel caching.The text was updated successfully, but these errors were encountered: