-
Notifications
You must be signed in to change notification settings - Fork 17.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
golang.org/x/exp/slices: inconsistent naming #51698
Comments
The only function I see that uses |
Oh, I see, the sort functions. Got it. |
Change https://go.dev/cl/393378 mentions this issue: |
This doesn't change the generated file, that will come later. For golang/go#51698 Change-Id: I3ee637dc1ec94f0c23de21fa0a4a398d31a5b70e Reviewed-on: https://go-review.googlesource.com/c/exp/+/393378 Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Eli Bendersky <eliben@golang.org>
Change https://go.dev/cl/393700 mentions this issue: |
For #51698 Change-Id: Ifc5bef2cc41b163644ac80ace7c1470c8a130467 Reviewed-on: https://go-review.googlesource.com/c/go/+/393700 Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Eli Bendersky <eliben@golang.org>
The fix here was completed by https://go.dev/cl/399315. |
Most of the functions use
E
for the names of the elements within slices, but a few useElem
. The former strikes me as more Go, but I don't care. Just struck me as inconsistent.The text was updated successfully, but these errors were encountered: