Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix infinite loop in D.Client.TargetSelector
The pattern guard was clearly meant as a list-comprehension filter, but on a let-bound pattern, it instead caused a circular loop in which whether the LHS variables are bound the the RHS values depends on the values of the LHS variables. fixes #5081
- Loading branch information