Ian Ross
Ian Ross
Fixes https://github.com/BurntSushi/go-sumtype/issues/4 Convert the go-sumtype linting logic to use the `golang.org/x/tools/go/analysis` package and export an `analysis.Analyzer` from the new `sumtype` package. This required a bit more of an invasive change...
### What does this PR do? This change refactors the Weighted Round Robin load balancer to support different load balancing strategies. ### Motivation Currently the only load balancing strategy available...
When running gomod2nix import, the calls to nix-instantiate fail with the following error: ``` error: … while calling the 'filterSource' builtin at «string»:2:1: 1| 2| builtins.filterSource (name: type: baseNameOf name...
When running 'gomod2nix' on in my project, the 'gomod2nix import' was failing for every import. I have more imports than the default maxJobs. This caused a deadlock and the program...