)]}'
{"third_party/abseil_cpp/absl/status/statusor.cc":[{"author":{"_account_id":1000002,"name":"kanepyork","email":"rikingcoding@gmail.com","username":"riking"},"change_message_id":"74f6a991d1bff73554eb328e3c59f13286544221","unresolved":true,"context_lines":[{"line_number":27,"context_line":""},{"line_number":28,"context_line":"void Helper::HandleInvalidStatusCtorArg(Status* status) {"},{"line_number":29,"context_line":"  ABSL_RAW_LOG(ERROR, ABSL_STATUSOR_INTERNAL_BAD_OK_MSG);"},{"line_number":30,"context_line":"  // Fall back to tensorflow::error::INTERNAL."},{"line_number":31,"context_line":"  *status \u003d InternalError(ABSL_STATUSOR_INTERNAL_BAD_OK_MSG);"},{"line_number":32,"context_line":"}"},{"line_number":33,"context_line":""}],"source_content_type":"text/x-c","patch_set":2,"id":"06daf171_98c16a77","line":30,"range":{"start_line":30,"start_character":18,"end_line":30,"end_character":45},"updated":"2020-07-19 00:35:20.000000000","message":"\"to kInternal\"","commit_id":"f1a359f27a50e772d183942bbcd70629a0bb92e8"},{"author":{"_account_id":1000002,"name":"kanepyork","email":"rikingcoding@gmail.com","username":"riking"},"change_message_id":"24b7e169810332b13c8e03704f7d796fc566284b","unresolved":false,"context_lines":[{"line_number":27,"context_line":""},{"line_number":28,"context_line":"void Helper::HandleInvalidStatusCtorArg(Status* status) {"},{"line_number":29,"context_line":"  ABSL_RAW_LOG(ERROR, ABSL_STATUSOR_INTERNAL_BAD_OK_MSG);"},{"line_number":30,"context_line":"  // Fall back to tensorflow::error::INTERNAL."},{"line_number":31,"context_line":"  *status \u003d InternalError(ABSL_STATUSOR_INTERNAL_BAD_OK_MSG);"},{"line_number":32,"context_line":"}"},{"line_number":33,"context_line":""}],"source_content_type":"text/x-c","patch_set":2,"id":"3d0f6b70_c3d143fc","line":30,"range":{"start_line":30,"start_character":18,"end_line":30,"end_character":45},"in_reply_to":"06daf171_98c16a77","updated":"2020-07-19 00:39:00.000000000","message":"Done","commit_id":"f1a359f27a50e772d183942bbcd70629a0bb92e8"}],"third_party/abseil_cpp/absl/status/statusor.h":[{"author":{"_account_id":1000000,"name":"lukegb","email":"lukegb@tvl.fyi","username":"lukegb","status":"zzz"},"change_message_id":"206941e00d05f724ec58b9bf5c2e6afd409b50a7","unresolved":true,"context_lines":[{"line_number":361,"context_line":"ABSL_NAMESPACE_END"},{"line_number":362,"context_line":"}  // namespace absl"},{"line_number":363,"context_line":""},{"line_number":364,"context_line":"#define TF_ASSERT_OK_AND_ASSIGN(lhs, rexpr)                             \\"},{"line_number":365,"context_line":"  TF_ASSERT_OK_AND_ASSIGN_IMPL(                                         \\"},{"line_number":366,"context_line":"      TF_STATUS_MACROS_CONCAT_NAME(_status_or_value, __COUNTER__), lhs, \\"},{"line_number":367,"context_line":"      rexpr);"}],"source_content_type":"text/x-csrc","patch_set":2,"id":"83150b28_d296acc4","line":364,"updated":"2020-07-18 23:36:11.000000000","message":"These seem to be TensorFlow specific names.","commit_id":"f1a359f27a50e772d183942bbcd70629a0bb92e8"},{"author":{"_account_id":1000002,"name":"kanepyork","email":"rikingcoding@gmail.com","username":"riking"},"change_message_id":"74f6a991d1bff73554eb328e3c59f13286544221","unresolved":false,"context_lines":[{"line_number":361,"context_line":"ABSL_NAMESPACE_END"},{"line_number":362,"context_line":"}  // namespace absl"},{"line_number":363,"context_line":""},{"line_number":364,"context_line":"#define TF_ASSERT_OK_AND_ASSIGN(lhs, rexpr)                             \\"},{"line_number":365,"context_line":"  TF_ASSERT_OK_AND_ASSIGN_IMPL(                                         \\"},{"line_number":366,"context_line":"      TF_STATUS_MACROS_CONCAT_NAME(_status_or_value, __COUNTER__), lhs, \\"},{"line_number":367,"context_line":"      rexpr);"}],"source_content_type":"text/x-csrc","patch_set":2,"id":"329f8d4d_62c103ad","line":364,"in_reply_to":"83150b28_d296acc4","updated":"2020-07-19 00:35:20.000000000","message":"Done, and added tests","commit_id":"f1a359f27a50e772d183942bbcd70629a0bb92e8"}],"third_party/abseil_cpp/absl/status/statusor_test.cc":[{"author":{"_account_id":1000010,"name":"aspen","email":"root@gws.fyi","username":"aspen"},"change_message_id":"935b5a3a0e5ef6e0b02390c9d5d933b9f465f901","unresolved":true,"context_lines":[{"line_number":82,"context_line":"  EXPECT_EQ(null_status.ValueOrDie(), nullptr);"},{"line_number":83,"context_line":"}"},{"line_number":84,"context_line":""},{"line_number":85,"context_line":"TEST(StatusOr, TestNoDefaultConstructorInitialization) {"},{"line_number":86,"context_line":"  // Explicitly initialize it with an error code."},{"line_number":87,"context_line":"  StatusOr\u003cNoDefaultConstructor\u003e statusor(CancelledError(\"\"));"},{"line_number":88,"context_line":"  EXPECT_FALSE(statusor.ok());"}],"source_content_type":"text/x-c","patch_set":2,"id":"b1dda992_9fd4d69c","line":85,"range":{"start_line":85,"start_character":0,"end_line":85,"end_character":4},"updated":"2020-07-19 00:01:53.000000000","message":"abseil\u0027s test suite does not appear to be running in CI - we should probably fix that before submitting this.\n\nit\u0027s likely as easy as adding `doCheck \u003d true;` to the derivation.","commit_id":"f1a359f27a50e772d183942bbcd70629a0bb92e8"},{"author":{"_account_id":1000002,"name":"kanepyork","email":"rikingcoding@gmail.com","username":"riking"},"change_message_id":"74f6a991d1bff73554eb328e3c59f13286544221","unresolved":false,"context_lines":[{"line_number":82,"context_line":"  EXPECT_EQ(null_status.ValueOrDie(), nullptr);"},{"line_number":83,"context_line":"}"},{"line_number":84,"context_line":""},{"line_number":85,"context_line":"TEST(StatusOr, TestNoDefaultConstructorInitialization) {"},{"line_number":86,"context_line":"  // Explicitly initialize it with an error code."},{"line_number":87,"context_line":"  StatusOr\u003cNoDefaultConstructor\u003e statusor(CancelledError(\"\"));"},{"line_number":88,"context_line":"  EXPECT_FALSE(statusor.ok());"}],"source_content_type":"text/x-c","patch_set":2,"id":"e5a69045_143445bd","line":85,"range":{"start_line":85,"start_character":0,"end_line":85,"end_character":4},"in_reply_to":"b1dda992_9fd4d69c","updated":"2020-07-19 00:35:20.000000000","message":"Not that easy. (See failure for patchset 4)\nConverted to a TODO.","commit_id":"f1a359f27a50e772d183942bbcd70629a0bb92e8"}]}
