Closed nathaniel-brough closed 3 years ago
Wow, thanks! Most of this looks really good.
Except one thing: the first commit. IIUC, as BUILD
now depends on com_github_bazelbuild_buildtools
, users are required to add the boilerplate deps to their WORKSPACE file, and that is too much extra dependency for too little benefit for the user.
So either drop it completely, or move tests into a test/
package, so users will not be affected.
Thanks!
Happy to drop it. Though just as a note it's a dev dependency and the user isn't required to include it in their WORKSPACE. It's simply for formatting and linter support.
I think I misunderstood what you where saying. Your right, it does make sense to drop that commit.
Thanks!
Really excited to finally pull this into our build! Great job here.
This change set adds;
I'm happy to break these out into seperate PR's if that is easier.