)]}'
{
  "commit": "794146610ca26568af2fab1e5d1e0b1c0ddcb534",
  "tree": "f0798fa2cca2edc9e2b2798ac0f096013424e6d1",
  "parents": [
    "e90e5ed8e9695f68bb00d2839c6b91233f48b8d9"
  ],
  "author": {
    "name": "James D. Lin",
    "email": "jamesderlin@users.noreply.github.com",
    "time": "Fri May 12 13:52:46 2023 -0700"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Fri May 12 13:52:46 2023 -0700"
  },
  "message": "Make `FileSystem.isLink` actually work (#214)\n\n* Make `FileSystem.isLink` actually work\r\n\r\n`FileSystem.isLink` called `FileSystem.type` with the default\r\nargument of `followLinks: true`.  This is obviously wrong since it\r\nwould mean that `isLink` would never return true (except maybe for\r\nbroken symbolic links).\r\n\r\nMake `FileSystem.isLink` use `followLinks: false`.  This is what\r\n`dart:io`\u0027s `FileSystemEntity.isLink` is documented to do.\r\n\r\nPartially addresses https://github.com/google/file.dart/issues/8.\r\n\r\n* Reorganize isFile/isDirectory/isLink tests\r\n\r\nReorganize the isFile/isDirectory/isLink tests so that the test names\r\nare more appropriate.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e067af967d784df6f48ed4c37c33cdc5bd9cde36",
      "old_mode": 33188,
      "old_path": "packages/file/CHANGELOG.md",
      "new_id": "dd09a11f41d4dc90bbc62d1e82a894c633bee417",
      "new_mode": 33188,
      "new_path": "packages/file/CHANGELOG.md"
    },
    {
      "type": "modify",
      "old_id": "da898a3ba66a70d2aeaeffa163f88a43da2e21c2",
      "old_mode": 33188,
      "old_path": "packages/file/lib/src/interface/file_system.dart",
      "new_id": "4fd528df9785fb6efc44c375d8a24a9d3a4f0c82",
      "new_mode": 33188,
      "new_path": "packages/file/lib/src/interface/file_system.dart"
    },
    {
      "type": "modify",
      "old_id": "14010bdb57ea4f60c63d1fedcfe08c9522bd808b",
      "old_mode": 33188,
      "old_path": "packages/file/test/common_tests.dart",
      "new_id": "679a90a27425e787abc11ff8b0951fc913d85bd8",
      "new_mode": 33188,
      "new_path": "packages/file/test/common_tests.dart"
    }
  ]
}
