Alan Donovan
Alan Donovan
I have no plans to do anything with this PR. Feel free to take it over.
This looks like another case of go command stuckness on Darwin; see #63937.
The first log shows more stuckness waiting for go subprocess on darwin; see #63937.
I cloned moby into `$(go env GOPATH)/src` and was able to build it (with `GO111MODULE=auto`) and use gopls@latest within it. In particular, the `implementations` operation applied to the `p.repo.Blobs` call...
Can we also add the in-place `Reverse([]T)` function? It's a common three-liner.
We could also produce a set of vet analyzers that can suggest fixes that would safely transform pre-generic code using explicit allocations/loops into calls to these new functions.
> > We could also produce a set of vet analyzers that can suggest fixes that would safely transform pre-generic code using explicit allocations/loops into calls to these new functions....
Floating point values are just as exact as Integers, they're just a different subset of the rationals. I don't see any fundamental difference in the idea that the range of...
I don't think memory usage is the motivating factor here, though it is certainly true that the naive implementation of Float64() is allocation-heavy and a low-allocation version is non-trivial, which...
The existing methods have no way to report inexactness, which is the most important motivation for the new {u,}int64 methods.