Andrew Z Allen

Results 180 comments of Andrew Z Allen

It appears the release [did trigger](https://github.com/bazelbuild/bazel-watcher/actions/workflows/release.yaml) (click `Actions`, then filter by `Build Release Binaries` on the right hand side). The [run](https://github.com/bazelbuild/bazel-watcher/actions/runs/14561912040) that failed had a [failed build step](https://github.com/bazelbuild/bazel-watcher/actions/runs/14561912040/job/40846259746) with the...

I think this is a great change! Would you be willing to add a new e2e test based on the [`simple`](https://github.com/bazelbuild/bazel-watcher/tree/master/internal/e2e/simple) test case but instead of having the test change...

The only additional information I have been able to find is on the artifacts tab. Unfortunately, windows remains hostile to people wanting to develop software for it.

The project is not abandoned. The requirement that I have before accepting a pr is that tests must pass. If you look at all recent PRs they have not done...

Hey @cdelahousse. I'd love to merge this but it looks like you need to sign the CLA. I've approved it and set it to auto-merge. Once you sign that it...

I've poked at this [a little more](https://github.com/bazelbuild/bazel-gazelle/compare/master...achew22:rosetta?expand=1) and gotten things to a place where there is a simple channel in the gazelle side of things so you can just `select`...

@samcooke98, sorry to say I think this is working as expected. The flag you're interacting with is a Bazel flag, not an iBazel flag. iBazel doesn't have any code to...

Another avenue to look into is [this](https://github.com/bazelbuild/bazel-watcher/blob/main/internal/e2e/common.go#L117-L123) and the code that generates WORKSPACE files. I think the latest version of bazel doesn't support WORKSPACE files at all and that may...

@janwinkler1 is this still necessary? I was, maybe wrongly, under the impression that bzlmod was now supported. Can you correct my understanding?

Hey @Aghassi, I'm interested in this change but unsure of how it affects things. Would it be possible to add a test case that demonstrates the old, improper behavior? I'd...