)]}'
{
  "commit": "b0dc4aefbf2ea447be555074f0bec76ccade8e2d",
  "tree": "7b3b77c356ba5b75ff31fbc67e68fb7ba81802e2",
  "parents": [
    "816ec5aa880a139d9592b0add28e87909580a9ab"
  ],
  "author": {
    "name": "Peter Weinberger",
    "email": "pjw@google.com",
    "time": "Fri Jul 10 16:00:40 2026 -0400"
  },
  "committer": {
    "name": "Peter Weinberger",
    "email": "pjw@google.com",
    "time": "Mon Jul 13 09:41:57 2026 -0700"
  },
  "message": "gopls/internal/completion: fix issue 80268\n\nWhen completing the argument to func foo(_ *[10]int), the existing\ncode can produce syntactically invalid code because it discards\na conversion to slice.\n\nMore precisely: in\nfunc foo(p *[10]int) {}\nfunc bar() {\n\tvar array [10]int\n\tfoo(arr\u003ccursor\u003e)\n}\nthe completion at \u0027arr\u0027 was (*[10]int)(array), but the code should\nhave produced (*[10]int)(array[:]). [Even better would have been\n\u0026array, but that\u0027s not how the completion logic is organized.]\n\nFixes: golang/go#80268\nChange-Id: Ief2ccc963d30cd275d8383b110fbd3b40661534f\nReviewed-on: https://go-review.googlesource.com/c/tools/+/799560\nLUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com \u003cgolang-scoped@luci-project-accounts.iam.gserviceaccount.com\u003e\nReviewed-by: Madeline Kalil \u003cmkalil@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "ba50c4a21c6d0e64b5990d4fff5c15038bab06d9",
      "old_mode": 33188,
      "old_path": "gopls/internal/golang/completion/format.go",
      "new_id": "583cfe6e79afc3bf528edd1f918f76dfa2be0837",
      "new_mode": 33188,
      "new_path": "gopls/internal/golang/completion/format.go"
    },
    {
      "type": "modify",
      "old_id": "9a2e59194e8c88f9ad4d3f782a0f20d8ce41bf15",
      "old_mode": 33188,
      "old_path": "gopls/internal/test/integration/completion/completion_test.go",
      "new_id": "cedb5f2c515b99d808d9fac5b22e599b57704e64",
      "new_mode": 33188,
      "new_path": "gopls/internal/test/integration/completion/completion_test.go"
    }
  ]
}
