Andrew Z Allen

Results 180 comments of Andrew Z Allen

Did you try passing it as a flag to your test? `bazel test --test_arg="--test.shuffle=on" //path/to:target`

As an alternate implemention, we could define another output or aspect that contains all the fixes that can be applied and then create a binary that does a bazel build...

Mnemonics are also used to attach aspects downstream. Does this impact any of our aspects, or major consumers?

I would be interested in taking a swing at this. Is there any documentation around (or even PRs doing similar work) on how to accomplish this?

Darn! Sorry I won't be able to help out on this one. If there is anything that you think is reasonable to help out with, I'm more than happy to...

In order to push the discussion along, I decided to implement a strawman proposal. Please see #251 for that proposal. I have a few questions in there for both of...

>Hi @achew22, I'm many months late to the party, @Wyverald, it's okay, we're just happy to see someone excited about the project. > but I wanted to ask if it's...

@brandjon, > IIUC, it sounds like the resolution here from skylib's POV is that we likely will want to put the gazelle dir in another workspace by giving it its...

I'm not aware of any reason why that would not work. Rather than hijacking this thread, can you make a small repo that demonstrates the issue and file a new...