{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":251312202,"defaultBranch":"master","name":"tensorstore","ownerLogin":"google","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-03-30T13:24:59.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1342004?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726176397.0","currentOid":""},"activityList":{"items":[{"before":"9c8f186246365f619ab15afe36d053e06d5588a6","after":"771788ba3834ad44fec8738ca5a836afe740321f","ref":"refs/heads/gh-pages","pushedAt":"2024-09-19T21:13:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: fb47f39251936f07ea1b70c4a66b633817ac7fe3","shortMessageHtmlLink":"deploy: fb47f39"}},{"before":"151183d35ee809dc3f96d1328a9437da44b544f9","after":"fb47f39251936f07ea1b70c4a66b633817ac7fe3","ref":"refs/heads/master","pushedAt":"2024-09-19T21:05:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"bazel_to_cmake: Simplify proto aspect building slightly.\n\nAs part of fixing proto aspect builds, the last change added an additional CMake interface library. This removes that by adding the generated .h files to the\ncommon aspect library.\n\nThis also removes btc_protobuf.cmake use, as the proto compile calls are now\nemitted directly without using the older macros.\n\nPiperOrigin-RevId: 676555369\nChange-Id: I0da06ad30ba6143a4311d31c849ce1997c1adf79","shortMessageHtmlLink":"bazel_to_cmake: Simplify proto aspect building slightly."}},{"before":"4d95c36032eb7ea3b193b4fac47b6bd5e13e140c","after":"9c8f186246365f619ab15afe36d053e06d5588a6","ref":"refs/heads/gh-pages","pushedAt":"2024-09-18T21:10:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 151183d35ee809dc3f96d1328a9437da44b544f9","shortMessageHtmlLink":"deploy: 151183d"}},{"before":"012fd80e8aec12b792631b7950c991f9c5dc2830","after":"151183d35ee809dc3f96d1328a9437da44b544f9","ref":"refs/heads/master","pushedAt":"2024-09-18T20:56:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"prefer *std::move(std::optional{...}) to std::move(*std::optional{...})\n\nPiperOrigin-RevId: 676119820\nChange-Id: Iebc54df1c6880c52149c8913185c59a96ac701aa","shortMessageHtmlLink":"prefer *std::move(std::optional{...}) to std::move(*std::optional{...})"}},{"before":"3b9b1c064f8c092faa18b2eaf468f06131ac07e1","after":"4d95c36032eb7ea3b193b4fac47b6bd5e13e140c","ref":"refs/heads/gh-pages","pushedAt":"2024-09-18T19:39:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 012fd80e8aec12b792631b7950c991f9c5dc2830","shortMessageHtmlLink":"deploy: 012fd80"}},{"before":"87f2a4dc81b3dcfa3622bea3c8f282aee9108f22","after":"012fd80e8aec12b792631b7950c991f9c5dc2830","ref":"refs/heads/master","pushedAt":"2024-09-18T19:33:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"bazel_to_cmake: Improve handling of .proto files in multiple targets\n\nThere are a number of issues with the older mechanism:\n\n1. The mechanism used by btc_protobuf.cmake to collect sources collected\n INTERFACE sources during proto generation, which could invoke protoc\n on dependencies multiple times.\n\n2. Some .proto files are included in multiple different proto_library() rules.\n This would again cause the protoc compiler to be invoked multiple times,\n and could lead to duplicate identical outputs and/or problems locating the\n appropriate generated file.\n\nThat bazel_to_cmake appeared to work appears to be somewhat of an accident;\nProtoc was invoked on .proto files more than necessary, and include directories\nwere over-specified, so by luck the dependency mechanism in ninja/make appeared\nto build the correct target in many of these cases.\n\nNow, however, these accidents are improved with the following fixes:\n\n1. Invoke protoc directly using generator expressions to collect the\n correct imports only from the proto_library(deps=) targets.\n Also declares outputs and proto inputs explicitly.\n\n2. Instead of invoking the protoc compiler rules for each proto_library(),\n target, invoke protoc for each file target included by a proto_library()\n\n3. Generalize dependency handling to collect matching providers in\n a 'ProviderCollector' to better specify target_link_libraries vs.\n add_dependencies. This solves some cases of bad aliasing that was\n potentially generated (i.e. an alias to an alias).\n\nThis includes a bunch of other changes that move some code around and\nrework using StringIO buffers and other fixes as well.\n\nSee bug report: https://github.com/google/tensorstore/issues/197\n\nPiperOrigin-RevId: 676089562\nChange-Id: I64eba6e9e232af354a2b35d1b11e7c8b185aa1bc","shortMessageHtmlLink":"bazel_to_cmake: Improve handling of .proto files in multiple targets"}},{"before":"d07804022fc6dc0eb7c34ab45ee3a11487da3c56","after":"3b9b1c064f8c092faa18b2eaf468f06131ac07e1","ref":"refs/heads/gh-pages","pushedAt":"2024-09-18T04:10:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 87f2a4dc81b3dcfa3622bea3c8f282aee9108f22","shortMessageHtmlLink":"deploy: 87f2a4d"}},{"before":"041a999be38c3070b6f8d3a66649443f33c805d1","after":"87f2a4dc81b3dcfa3622bea3c8f282aee9108f22","ref":"refs/heads/master","pushedAt":"2024-09-18T03:41:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"bazel_to_cmake: Restructure golden testdata\n\nThis makes _srcdir and _bindir part of the golden test mechanism\nwithout functionality changes in bazel_to_cmake itself.\n\nPiperOrigin-RevId: 675815761\nChange-Id: I0ddf4b25c95c395ded1396428c6c9e803b41bd4e","shortMessageHtmlLink":"bazel_to_cmake: Restructure golden testdata"}},{"before":"cbc5dfd48e0ed8c27034f2d39bdc704f7a1968bd","after":"d07804022fc6dc0eb7c34ab45ee3a11487da3c56","ref":"refs/heads/gh-pages","pushedAt":"2024-09-18T00:48:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 041a999be38c3070b6f8d3a66649443f33c805d1","shortMessageHtmlLink":"deploy: 041a999"}},{"before":"99573a2c15d101d036aff42997d5c443e172f217","after":"041a999be38c3070b6f8d3a66649443f33c805d1","ref":"refs/heads/master","pushedAt":"2024-09-18T00:39:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"tensorstore/python: Improve initialization of flags and logging\n\nUpon module loading the stderr logging threshold is set to INFO.\n\nAlso exposes ts.parse_tensorstore_flags which allows callers to\ninvoke ts.parse_tensorstore_flags(sys.argv) to correctly propagate\n---tensorstore... command line flags to tensorstore.\n\nWhen running as python module these settings are otherwise unavailable.\nNOTE: C++ users will want to call the following in their code:\n absl::ParseCommandLine(argc, argv);\n absl::InitializeLog();\n absl::SetStderrThreshold(absl::LogSeverityAtLeast::kInfo);\nPiperOrigin-RevId: 675771349\nChange-Id: Iacacc7e1a920b1e5b319b6a24a13302a2094bf50","shortMessageHtmlLink":"tensorstore/python: Improve initialization of flags and logging"}},{"before":"191d2e6f8f13bb1879f2682d8a3a525b2cd2b23d","after":"cbc5dfd48e0ed8c27034f2d39bdc704f7a1968bd","ref":"refs/heads/gh-pages","pushedAt":"2024-09-15T22:35:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 99573a2c15d101d036aff42997d5c443e172f217","shortMessageHtmlLink":"deploy: 99573a2"}},{"before":"46292366f79d6131fd2b36f2860e22994ecdccd4","after":"99573a2c15d101d036aff42997d5c443e172f217","ref":"refs/heads/master","pushedAt":"2024-09-15T22:27:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"bazel_to_cmake: Allow proto aspects to use multiple computed dependencies.\n\nBetter capture aspect dependencies by returning a `List[TargetId]` of possible dependencies for a proto target. Currently these dependencies are required by upb targets which rely on a generated upb minitable.\n\nThe aspect code previously relied on transitive dependencies to achieve this.\n\nRelated to https://github.com/google/tensorstore/issues/197\nNOTE: The CMake build is still not working after this submit.\nPiperOrigin-RevId: 674940141\nChange-Id: If640ddf6f2229d4b935112c11d5ca49b95752697","shortMessageHtmlLink":"bazel_to_cmake: Allow proto aspects to use multiple computed dependen…"}},{"before":"894db02246eeee1b9e463d409bf45155787565a0","after":"191d2e6f8f13bb1879f2682d8a3a525b2cd2b23d","ref":"refs/heads/gh-pages","pushedAt":"2024-09-15T21:25:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 46292366f79d6131fd2b36f2860e22994ecdccd4","shortMessageHtmlLink":"deploy: 4629236"}},{"before":"d59b0a1edc6acfc9161777e30e1ef93190e4cbe9","after":"46292366f79d6131fd2b36f2860e22994ecdccd4","ref":"refs/heads/master","pushedAt":"2024-09-15T21:19:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"bazel_to_cmake: Identify bazel proto constructs which are not well handled.\n\nThis changes the bazel_to_cmake test to include a BAZEL configuration variant which is not well handled by bazel_to_cmake without yet fixing the translation.\n\nRelated to: https://github.com/google/tensorstore/issues/197\n\nPiperOrigin-RevId: 674930925\nChange-Id: I3498b8d81c8b8634169cd0db7e16076769634812","shortMessageHtmlLink":"bazel_to_cmake: Identify bazel proto constructs which are not well ha…"}},{"before":"d2b85ea8047f7fac83526467150c314bccb816b8","after":"894db02246eeee1b9e463d409bf45155787565a0","ref":"refs/heads/gh-pages","pushedAt":"2024-09-14T04:21:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: d59b0a1edc6acfc9161777e30e1ef93190e4cbe9","shortMessageHtmlLink":"deploy: d59b0a1"}},{"before":"c304dec73b75ebb213e6c4785d667a63b25e753d","after":"d59b0a1edc6acfc9161777e30e1ef93190e4cbe9","ref":"refs/heads/master","pushedAt":"2024-09-14T04:15:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"No public description\n\nPiperOrigin-RevId: 674537351\nChange-Id: I14131ad17b8d026b60e74ca6103ad0d21df458e2","shortMessageHtmlLink":"No public description"}},{"before":"bd69049b7511c506bbf042a73b654832ff9972a5","after":"d2b85ea8047f7fac83526467150c314bccb816b8","ref":"refs/heads/gh-pages","pushedAt":"2024-09-13T20:41:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: c304dec73b75ebb213e6c4785d667a63b25e753d","shortMessageHtmlLink":"deploy: c304dec"}},{"before":"c48797d0dd725c165661791a4c0538fcb8716601","after":"c304dec73b75ebb213e6c4785d667a63b25e753d","ref":"refs/heads/master","pushedAt":"2024-09-13T20:32:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"bazel_to_cmake: For proto aspects, add FilesProviders for the generated proto files.\n\nThis attempts to fix issues related to https://github.com/google/tensorstore/issues/197\n\nThe basic issue appears to be errors in the translation from bazel to CMake\nwhen generating various grpc proto outputs. This is still a best effort\nas bazel_to_cmake doesn't support aspects in the same way as bazel.\n\nPiperOrigin-RevId: 674415224\nChange-Id: I1dcdc0ff200c206f5e9e4a13753f0aed331e161f","shortMessageHtmlLink":"bazel_to_cmake: For proto aspects, add FilesProviders for the generat…"}},{"before":"13649f9d155af2f7d0542cecd2c36d53a038d37f","after":"bd69049b7511c506bbf042a73b654832ff9972a5","ref":"refs/heads/gh-pages","pushedAt":"2024-09-12T22:04:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: c48797d0dd725c165661791a4c0538fcb8716601","shortMessageHtmlLink":"deploy: c48797d"}},{"before":"9b6a18a614bf632715daad77aeef7e2523dda91b","after":"c48797d0dd725c165661791a4c0538fcb8716601","ref":"refs/heads/master","pushedAt":"2024-09-12T21:56:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Update actions/upload-artifact@v4\n\nPiperOrigin-RevId: 674021950\nChange-Id: I7c4569cc8186b9ed0247397756af5bf4d69d1647","shortMessageHtmlLink":"Update actions/upload-artifact@v4"}},{"before":"e9031062559ed034f449b6fab15ce669c011b5b0","after":null,"ref":"refs/heads/dependabot/github_actions/dot-github/workflows/github_actions-393ff94d45","pushedAt":"2024-09-12T21:26:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"b2860c11d9a22ec3b3534f2fa7e54764ee5b873b","after":"9b6a18a614bf632715daad77aeef7e2523dda91b","ref":"refs/heads/master","pushedAt":"2024-09-12T21:26:30.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Merge pull request #193 from google:dependabot/github_actions/dot-github/workflows/github_actions-393ff94d45\n\nPiperOrigin-RevId: 674009320\nChange-Id: I37086f90d514e9fe4ae1fe247e3ae59bbca84ace","shortMessageHtmlLink":"Merge pull request #193 from google:dependabot/github_actions/dot-git…"}},{"before":"62e6dd93c8d226d5d8fa4cfa3c68a97e71d3a4ed","after":"b2860c11d9a22ec3b3534f2fa7e54764ee5b873b","ref":"refs/heads/master","pushedAt":"2024-09-12T15:41:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Fix brotli ror build for arm\n\nPiperOrigin-RevId: 673862553\nChange-Id: I4698cc07ae3a03582ea3a7abdf16fdaa0551937e","shortMessageHtmlLink":"Fix brotli ror build for arm"}},{"before":"73da2a2579d7541de332ad7eec99838b7b2d7cbe","after":"62e6dd93c8d226d5d8fa4cfa3c68a97e71d3a4ed","ref":"refs/heads/master","pushedAt":"2024-09-12T15:38:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Fix grpc missing absl/status dependency\n\nPiperOrigin-RevId: 673861337\nChange-Id: I38ef23267c8e1da787a576a40cce17afb923541e","shortMessageHtmlLink":"Fix grpc missing absl/status dependency"}},{"before":"10ffad0ad3d6cb1e94a07806dc5407fb41ce9085","after":"13649f9d155af2f7d0542cecd2c36d53a038d37f","ref":"refs/heads/gh-pages","pushedAt":"2024-09-12T04:11:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 73da2a2579d7541de332ad7eec99838b7b2d7cbe","shortMessageHtmlLink":"deploy: 73da2a2"}},{"before":"db9432e3fea419229cfdfeefdac738ca6b7bb2b0","after":"73da2a2579d7541de332ad7eec99838b7b2d7cbe","ref":"refs/heads/master","pushedAt":"2024-09-12T03:42:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Update more tensorstore dependencies\n\nPiperOrigin-RevId: 673651818\nChange-Id: I9868891eb174a78388470770e00c84fe24f13661","shortMessageHtmlLink":"Update more tensorstore dependencies"}},{"before":"a6c6ecea9aa1ea87dbb44ce72647d29d2fb7fc78","after":"10ffad0ad3d6cb1e94a07806dc5407fb41ce9085","ref":"refs/heads/gh-pages","pushedAt":"2024-09-11T22:48:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: db9432e3fea419229cfdfeefdac738ca6b7bb2b0","shortMessageHtmlLink":"deploy: db9432e"}},{"before":"4b0f8af0f1611482e331bf1ee95ea13ea12fd991","after":"db9432e3fea419229cfdfeefdac738ca6b7bb2b0","ref":"refs/heads/master","pushedAt":"2024-09-11T22:39:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"bazel_to_cmake update: Emit include directories more like bazel.\n\nIn emit_cc, when generating public includes, generate them more\nsimilarly to how bazel generates the includes.\n\nAlso add additional golden tests and repair some tests.\n\nNOTE: This still cannot match bazel since bazel constructs virtual\ninclude directories and creates include symlinks between them, which\nbazel_to_cmake does not do.\nPiperOrigin-RevId: 673563783\nChange-Id: I44fc90124608161fd1e15bd7af0d44e570598d6c","shortMessageHtmlLink":"bazel_to_cmake update: Emit include directories more like bazel."}},{"before":"efec5c593f23f5f444b20a1bebd2f8deab46c31a","after":"a6c6ecea9aa1ea87dbb44ce72647d29d2fb7fc78","ref":"refs/heads/gh-pages","pushedAt":"2024-09-11T06:21:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 4b0f8af0f1611482e331bf1ee95ea13ea12fd991","shortMessageHtmlLink":"deploy: 4b0f8af"}},{"before":"7ecd5c594cdb4fdebcfd2158ee7a60a2e9bce1e3","after":"4b0f8af0f1611482e331bf1ee95ea13ea12fd991","ref":"refs/heads/master","pushedAt":"2024-09-11T06:13:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"bazel_to_cmake begin work for bazel module support\n\nAdds a stub for MODULE.bazel files, but doesn't actually implement any behavior.\n\nPiperOrigin-RevId: 673247222\nChange-Id: I49744ad87c7648fe34867bfcb9ec62e954bdf9fe","shortMessageHtmlLink":"bazel_to_cmake begin work for bazel module support"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEu1NHTgA","startCursor":null,"endCursor":null}},"title":"Activity · google/tensorstore"}