Skip to content

keep gofmt composite-literal key alignment across Go 1.26/1.27 - #81376

Open
exfly wants to merge 1 commit into
golang:masterfrom
exfly:gofmt-composite-literal-key-alignment
Open

keep gofmt composite-literal key alignment across Go 1.26/1.27#81376
exfly wants to merge 1 commit into
golang:masterfrom
exfly:gofmt-composite-literal-key-alignment

Conversation

@exfly

@exfly exfly commented Sep 7, 2026

Copy link
Copy Markdown

The piecewise-linear log2ish (2(f-1)) could push 41/geomean over 2.5 while math.Log/math.Exp stayed under it, splitting a column that Go 1.26 kept. Use the quadratic interpolant that still only needs Frexp/Ldexp/Floor.

closed: #81375

The piecewise-linear log2ish (2(f-1)) could push 41/geomean over 2.5
while math.Log/math.Exp stayed under it, splitting a column that Go 1.26 kept.
Use the quadratic interpolant that still only needs Frexp/Ldexp/Floor.
@google-cla

google-cla Bot commented Sep 7, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cmd/gofmt: composite-literal key alignment changed between Go 1.26 and 1.27

1 participant