Neil Mitchell
Neil Mitchell
I think the answer is it's possible with the Buck2 core, but someone would need to write the Starlark. Maybe something like https://github.com/facebookincubator/antlir has some of the parts? CC @vmagro...
So the context here is that when you generate a compilation database, you basically have two choices: 1. Generate the database with zero dependencies. That basically ends up looking like...
Honestly, I don't think internally we have ever used the version number. We do build stamping so have the date a version was compiled available by other means, and tend...
CC @wendy728 (I have no idea)
Following up in #455. We are aware Go isn't well supported in Buck2 right now - the code is there, but it requires further development. The change in Go to...
That is a lot longer than expected! I assume this is Linux? If you do buck2 log whatran does it give any clues? If you up the verbosity does it...
That is indeed way too slow. How long does `buck2 server` take as that spawns just the server? What about `buck2 targets` which should output zero targets?
We are using Buck2 internally to build Go. But we don't have any open source samples. That's kind of the weird middle ground - you can probably get it working,...
The `project.ignore` currently gets applied _after_ watching. So we watch everything, then if we see a change trigger that is on the ignore, we drop it then. That's obviously a...
I suspect the issue is that you are mixing a prelude from HEAD against a slightly older binary. If you checkout a binary as at a particular github hash (e.g....