Starlight220

Results 351 comments of Starlight220

How about `proxyingSequence` (on the weight of `repeatingSequence`)? I think it's better to not bring more terms into the mess when we have plenty of terms already. The relation to...

One case I'm assuming you're referring to is `Defer`, which uses `Set` so that not passing any requirements is explicit. `addRequirements` has overloads for both, especially as `getRequirements` returns a...

Given how trivial it is to convert between the two using `Set.of`/`Set.toArray`, I don't think we should duplicate everything for rare cases.

> all of the HW it creates would also be suppressed from reporting errors As far as I know, something like this would require either an inheritance hierarchy (ie substitute...

This is becoming rather large and disorganized, so I'm breaking it out into multiple PRs.

Docker's build cache supports a variety of these backends, perhaps something there can be used as a reference.

Does this reproduce with the newly-releases 2023.4.3? We hope that #778 fixed this.

Just to make sure I understand, the request here is to clarify that interrupted command `end` is called before interrupting command `init`? Anything more than that?