)]}'
{
  "commit": "29e97f805b08fd248fad8708f1684df138b48dcc",
  "tree": "85d0442dc8d78ee995e94c63204fc16d2710ab38",
  "parents": [
    "1f3446a1f9bc9e1f88c289b7ee852d29a1452c10"
  ],
  "author": {
    "name": "Peter Weinberger",
    "email": "pjw@google.com",
    "time": "Wed Nov 26 09:10:59 2025 -0500"
  },
  "committer": {
    "name": "Peter Weinberger",
    "email": "pjw@google.com",
    "time": "Mon Dec 15 10:14:12 2025 -0800"
  },
  "message": "gopls/internal/marker: make checkDiffs less fragile\n\nThe marker tests make over 500 calls to checkDiffs, which currently\nworks by computing line diffs between the before code and the after code\nand comparing these with the unified diffs that are\nthe golden contents in the test .txt file.\n\nThis is fragile, as a different diff algorithm would produce\ndifferent diffs, and we would like to remove the dependency on\nmyers.ComputeEdit.\n\nThis CL instead just checks that the unified golden diffs correctly\nconvert the before code into the after code. (Note that this\nis a complete test of the new code on all existing uses in marker\ntests.)\n\nA subsequent CL will replace myers.ComputeEdit.\n\nChange-Id: Iabf6659a646bd69730d8ae19b1d46885a4903d90\nReviewed-on: https://go-review.googlesource.com/c/tools/+/724660\nLUCI-TryBot-Result: Go LUCI \u003cgolang-scoped@luci-project-accounts.iam.gserviceaccount.com\u003e\nReviewed-by: Alan Donovan \u003cadonovan@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "c5ff7a21a536f9962d1cb6ef54e38ddc9df7bbcf",
      "old_mode": 33188,
      "old_path": "gopls/internal/test/marker/marker_test.go",
      "new_id": "ec4e6afc556749f6c7a8f75fcddc707fc8fd6999",
      "new_mode": 33188,
      "new_path": "gopls/internal/test/marker/marker_test.go"
    },
    {
      "type": "modify",
      "old_id": "cfbda61020a0ea09f3ff784f469ca3fa2a7c3c4e",
      "old_mode": 33188,
      "old_path": "internal/diff/unified.go",
      "new_id": "df06a68eab8abced489e6ae27190a6f6482d8281",
      "new_mode": 33188,
      "new_path": "internal/diff/unified.go"
    }
  ]
}
