nrwl / monorepo.tools

Your defacto guide on monorepos, and in depth feature comparisons of tooling solutions.
https://monorepo.tools
MIT License
290 stars 31 forks source link

fix: bazel can build and test only changed targets #4

Closed thesayyn closed 2 years ago

thesayyn commented 2 years ago

I am not 100% sure about this change. the second part of the sentence sounds misleading because bazel is pretty much capable of building targets that are affected by a change. also capable of telling you a little about what was cached and what had to be built.

Even though it doesn't have a command like nx affected, it can still do what nx can do in this manner.

netlify[bot] commented 2 years ago

✔️ Deploy Preview for monorepotools ready!

🔨 Explore the source changes: 99a1fb23b6a1f5d18d949a04f0dfce5583d9bffb

🔍 Inspect the deploy log: https://app.netlify.com/sites/monorepotools/deploys/61efe1ebf66321000707f67d

😎 Browse the preview: https://deploy-preview-4--monorepotools.netlify.app/

bcabanes commented 2 years ago

Hi @thesayyn

I am not sure about this change since "Bazel doesn't tell you what has changed upfront" and the fact that you have to implement it yourself is still valid, I would not change the status ("manual implementation") for now.

Thank you for your time and feedback.