zjturner
zjturner
Try: if build_go_binary: go_binary(…) hard to say without seeing your error
Using the default. How do you change to watchman? Since watchman isn’t the default Im guessing there’s some limitations with it?
There's actually an even worse problem here. Symlinked source directories are not traversed by `buck2 targets`. They also aren't traversed by bxl when you call `ctx.configured_targets()` or `ctx.unconfigured_targets()`. I don't...
It’s the single line version for sure. Another thing Ive occasionally noticed is that it will mention the same dep twice in a row. Like A > B > B...
I see. Is there a plan to fix it somehow?
I was trying to implement a rule like alias() but which supported target expressions and query functions, not just literals. It isn’t blocking me from anything, it’s just me experimenting...
That's too bad, because it would be a great way to have, for example, "target alias groups" which is really useful.
For my own edification, what unique challenges does Android (specifically NDK) have that make it difficult? Obviously the anything to do with generating an apk requires different than tools than...
I also found in the prelude where pic actions are added unconditionally. Why is this? If nothing ever consumes pic objects, what’s the point of creating actions to generate them?
Couldn’t you do this with a dummy target that has a dep on each of your patterns?