{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":34376625,"defaultBranch":"master","name":"mozc","ownerLogin":"google","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-04-22T07:50:05.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1342004?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1710326230.0","currentOid":""},"activityList":{"items":[{"before":"c31fea43f01a894ff9158c3d366c4269d8f2a055","after":"864c5433259188015d0b5b1a09f8cc4f87bd8907","ref":"refs/heads/master","pushedAt":"2024-06-03T08:40:08.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Use `std::clamp` instead of `std::max` and `std::min`\n\nNote that the behavior of `std::clamp` is [undefined if `lo` is greater than `hi`](https://en.cppreference.com/w/cpp/algorithm/clamp). MSVC 14.37.32822 fails an assertion \"invalid bounds arguments passed to std::clamp\". This patch adds a guard for this case to `DateWriter`.\n\nAlso updates some comments to match the [C++ Style Guide](https://google.github.io/styleguide/cppguide.html#Punctuation,_Spelling_and_Grammar).\n\nThis patch has no behavior changes.\n\nPiperOrigin-RevId: 639661484","shortMessageHtmlLink":"Use std::clamp instead of std::max and std::min"}},{"before":"483c9e1c95f81e2211daa1ba1b46290b8d614c01","after":"c31fea43f01a894ff9158c3d366c4269d8f2a055","ref":"refs/heads/master","pushedAt":"2024-05-29T11:17:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Remove //base:logging.\n\nAll legacy usages have been deleted thanks to the recent include cleaner changes.\n\nPiperOrigin-RevId: 638199024","shortMessageHtmlLink":"Remove //base:logging."}},{"before":"205b0398a88ac22801b5f67df595b585efa41a9c","after":"483c9e1c95f81e2211daa1ba1b46290b8d614c01","ref":"refs/heads/master","pushedAt":"2024-05-29T09:05:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Add/improve various symbols (#933)\n\n* Expand shogi symbols\r\n\r\n* Add Mahjong symbols\r\n\r\n* Improve arrows\r\n\r\n* Improve superscript/subscript\r\n\r\n* Add bidakuon kana\r\n\r\n* Add/fix dash\r\n\r\n* Improve pairs of parenthesis/quotations\r\n\r\n* Add/improve math/unit symbols\r\n\r\n* Add pronunciation symbols\r\n\r\nPiperOrigin-RevId: 638198725","shortMessageHtmlLink":"Add/improve various symbols (#933)"}},{"before":"4587e5071d05cb293a4c1b0cbc4c3ff395df5a10","after":"205b0398a88ac22801b5f67df595b585efa41a9c","ref":"refs/heads/master","pushedAt":"2024-05-29T09:03:18.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Update third_party/protobuf to v27.0 (#937)","shortMessageHtmlLink":"Update third_party/protobuf to v27.0 (#937)"}},{"before":"022bbefa35e2c5bafafdb3146553384b504e728a","after":"4587e5071d05cb293a4c1b0cbc4c3ff395df5a10","ref":"refs/heads/master","pushedAt":"2024-05-24T12:14:13.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Add SHA256 values of zip code files in config.bzl\n\nThese SHA256 values are also directories in repository_cache.\nWhen zip code files are prefetched and used via --repository_cache for offline build, SHA256 values should be specified.\n\nPiperOrigin-RevId: 636775792","shortMessageHtmlLink":"Add SHA256 values of zip code files in config.bzl"}},{"before":"4c50a19a839228e6ea2f38c0402b4e0854df2b95","after":"022bbefa35e2c5bafafdb3146553384b504e728a","ref":"refs/heads/master","pushedAt":"2024-05-21T12:19:29.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Exclude ObjectiveC from the OSS build instead of the replacement.\n\n* ObjectiveC is apparently not supported by the OSS build.\n\n#codehealth\n\nPiperOrigin-RevId: 635704486","shortMessageHtmlLink":"Exclude ObjectiveC from the OSS build instead of the replacement."}},{"before":"08ea31b3cfe367818e1f03c7418b7f9944c076a8","after":"4c50a19a839228e6ea2f38c0402b4e0854df2b95","ref":"refs/heads/master","pushedAt":"2024-05-20T08:47:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Update the rule for apple_frameworks:ObjectiveC.\n\n* This will fix the build failure of OSS build for macOS.\n* https://github.com/google/mozc/actions/runs/9146538985/job/25146854549\n* Follow-up to cl/634993024\n\nPiperOrigin-RevId: 635325287","shortMessageHtmlLink":"Update the rule for apple_frameworks:ObjectiveC."}},{"before":"7233d7b3fa4a157f336ca19fc7eca16dab0337d4","after":"08ea31b3cfe367818e1f03c7418b7f9944c076a8","ref":"refs/heads/master","pushedAt":"2024-05-19T09:12:43.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Run Clang's Include Cleaner on //server and //session.\n\nPiperOrigin-RevId: 634993847","shortMessageHtmlLink":"Run Clang's Include Cleaner on //server and //session."}},{"before":"dd0e50568b6c19317a047d7606466bf1c63b7a67","after":"7233d7b3fa4a157f336ca19fc7eca16dab0337d4","ref":"refs/heads/master","pushedAt":"2024-05-17T03:22:05.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Use the supplemental model in converter_main.\n\nNow the rescorer is managed by the supplemental model, we can use it.\n\nPiperOrigin-RevId: 634578253","shortMessageHtmlLink":"Use the supplemental model in converter_main."}},{"before":"6ba364e36378eeb16681950669363e4a140a7332","after":"dd0e50568b6c19317a047d7606466bf1c63b7a67","ref":"refs/heads/master","pushedAt":"2024-05-15T03:07:36.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Address clang-tidy warning.\n\n> constness of 'env' prevents automatic move\n\nPiperOrigin-RevId: 633613380","shortMessageHtmlLink":"Address clang-tidy warning."}},{"before":"ba8751c51ea81052367f3a3ac12e10ff1b667e50","after":"6ba364e36378eeb16681950669363e4a140a7332","ref":"refs/heads/master","pushedAt":"2024-05-13T07:13:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Fix wrong column order in aux dictionary (#928)\n\nPiperOrigin-RevId: 633105230","shortMessageHtmlLink":"Fix wrong column order in aux dictionary (#928)"}},{"before":"07c5f89f716e520c98a796ee7ed1204581686192","after":"ba8751c51ea81052367f3a3ac12e10ff1b667e50","ref":"refs/heads/master","pushedAt":"2024-05-13T07:11:04.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Fix a crash error in debug build.\n\n* Fixed DateRewriter::IsNDigits to exclude negative values.\n* https://github.com/google/mozc/issues/878\n\n#codehealth\n\nPiperOrigin-RevId: 633099245","shortMessageHtmlLink":"Fix a crash error in debug build."}},{"before":"d569f615fabd238b479bb6e44a8288b2eea4e0b1","after":"07c5f89f716e520c98a796ee7ed1204581686192","ref":"refs/heads/master","pushedAt":"2024-05-10T16:37:47.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Use -c opt for build and -c dbg for test.\n\n#codehealth\n\nPiperOrigin-RevId: 632041237","shortMessageHtmlLink":"Use -c opt for build and -c dbg for test."}},{"before":"83641d9adf579e41ab66f625f6699a725b57d671","after":"d569f615fabd238b479bb6e44a8288b2eea4e0b1","ref":"refs/heads/master","pushedAt":"2024-05-07T01:16:38.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Add a `Dockerfile` for Ubuntu 24.04\n\nAs the initial step towards #924, this commit introduces a Dockerfile\nfor Ubuntu 24.04 so that developers can build Mozc binaries for\nUbuntu 24.04 and Android.\n\n#codelealth\n\nPiperOrigin-RevId: 630801826","shortMessageHtmlLink":"Add a Dockerfile for Ubuntu 24.04"}},{"before":"403361d66fbd19d6d424136d657b7423cd1f37f2","after":"83641d9adf579e41ab66f625f6699a725b57d671","ref":"refs/heads/master","pushedAt":"2024-04-30T14:40:15.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"- Introduced new Options structure that are shared by Reranker and StackDecoder.\n- Added typing_correction_reranker_max_score_diff_override flag so we can optimize the Parameter via Mendel flag. Currently this flag is only updated by the model update.\n\nPiperOrigin-RevId: 629312698","shortMessageHtmlLink":"- Introduced new Options structure that are shared by Reranker and St…"}},{"before":"c50bd32a0931d558797d71cfc11091ee17c55ac1","after":"403361d66fbd19d6d424136d657b7423cd1f37f2","ref":"refs/heads/master","pushedAt":"2024-04-30T01:00:12.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Fix the order of #include.\n\n#codehealth\n\nPiperOrigin-RevId: 629129962","shortMessageHtmlLink":"Fix the order of #include."}},{"before":"f87c311246a5346142b0d0f6557e806649c89cf8","after":"c50bd32a0931d558797d71cfc11091ee17c55ac1","ref":"refs/heads/master","pushedAt":"2024-04-25T09:21:12.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Changes the default values of literal on top parameters.\n\nWe confiremed that following two parameters have no positive but negative impact so\nset default values (0) to turn off these features.\ntyping_correction_literal_on_top_conversion_cost_max_diff\ntyping_correction_literal_on_top_correction_score_max_diff\n\ntyping_correction_literal_at_least_second are enabled both in canary and production,\nso we change the default value.\n\nPiperOrigin-RevId: 627983164","shortMessageHtmlLink":"Changes the default values of literal on top parameters."}},{"before":"3c10b49fcf43db32f578acb49a45cfb4fe5e1cff","after":"f87c311246a5346142b0d0f6557e806649c89cf8","ref":"refs/heads/master","pushedAt":"2024-04-23T07:13:27.000Z","pushType":"push","commitsCount":21,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Remove intermediate codesign tasks.\n\n* The codesign is done at the end of the build process anyway.\n* It caused the build error with the notarization script.\n\n#codehealth\n\nPiperOrigin-RevId: 627226624","shortMessageHtmlLink":"Remove intermediate codesign tasks."}},{"before":"5ba03bef7045e05d51e11383d6641cb5e486c5d9","after":"3c10b49fcf43db32f578acb49a45cfb4fe5e1cff","ref":"refs/heads/master","pushedAt":"2024-04-15T09:32:30.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Add OOV words reported from GitHub.\n\n* https://github.com/google/mozc/issues/903\n* https://github.com/google/mozc/issues/917\n* https://github.com/google/mozc/issues/918\n\n#typingquality\n\nPiperOrigin-RevId: 624842230","shortMessageHtmlLink":"Add OOV words reported from GitHub."}},{"before":"b32a4a9df6a56a80b61f18db4da5aabb0f33c873","after":"5ba03bef7045e05d51e11383d6641cb5e486c5d9","ref":"refs/heads/master","pushedAt":"2024-04-11T13:02:18.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Change the status of the GYP build for Linux to \"deprecated\".\n\nPiperOrigin-RevId: 623761678","shortMessageHtmlLink":"Change the status of the GYP build for Linux to \"deprecated\"."}},{"before":"548e7c3e5a0bedbf98daf634732062f7e8e47b4b","after":"b32a4a9df6a56a80b61f18db4da5aabb0f33c873","ref":"refs/heads/master","pushedAt":"2024-04-08T03:41:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"To prevent multiple instances of mozc_renderer from launching. (#916)\n\ngoogle#912\r\nAmending commit 022574369c30c3b3d0870ab22dbdc882bbdd8f25\r\n\r\nPiperOrigin-RevId: 622703943","shortMessageHtmlLink":"To prevent multiple instances of mozc_renderer from launching. (#916)"}},{"before":"dbbddb1f38997084f9926f56d1e7d9ed85586612","after":"548e7c3e5a0bedbf98daf634732062f7e8e47b4b","ref":"refs/heads/master","pushedAt":"2024-04-07T02:37:46.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Also amend the Qt 6.7 archive URL (#911)\n\n#codehealth\n\nPiperOrigin-RevId: 622526426","shortMessageHtmlLink":"Also amend the Qt 6.7 archive URL (#911)"}},{"before":"212b8238741f6dbda8358abf931a65022f1a7a6f","after":"dbbddb1f38997084f9926f56d1e7d9ed85586612","ref":"refs/heads/master","pushedAt":"2024-04-06T08:49:03.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Remove the no longer used `--notarization_id` flag.\n\nPiperOrigin-RevId: 622387143","shortMessageHtmlLink":"Remove the no longer used --notarization_id flag."}},{"before":"e8d25a2bee8ba5a7ac0c176cf8a8caef05663ddc","after":"212b8238741f6dbda8358abf931a65022f1a7a6f","ref":"refs/heads/master","pushedAt":"2024-04-04T15:23:39.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Unbox ResponseFuture.\n\nBackgroundFuture is now properly movable.\n\nPiperOrigin-RevId: 621553074","shortMessageHtmlLink":"Unbox ResponseFuture."}},{"before":"641260dbe918d2f6ddb3168cd43d8664ea08ca43","after":"e8d25a2bee8ba5a7ac0c176cf8a8caef05663ddc","ref":"refs/heads/master","pushedAt":"2024-04-02T13:51:47.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Fix #910: Use python venv for macOS build\n\nWith this commit macOS build starts using Python virtual environment so\nthat our build steps can comply with PEP 668 [1].\n\nThis is only about the build procedure. There must be no behavior change\nin the build artifacts.\n\n#codehealth\n\n [1]: https://peps.python.org/pep-0668/\n\nPiperOrigin-RevId: 621123606","shortMessageHtmlLink":"Fix #910: Use python venv for macOS build"}},{"before":"f783cda61310e0e08a37818d7bc3dd15cec152d1","after":"641260dbe918d2f6ddb3168cd43d8664ea08ca43","ref":"refs/heads/master","pushedAt":"2024-03-29T08:02:58.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Fix incorrect voiced symbol for ヱ (wye) from ヸ (U+30F8) to ヹ (U+30F9)\n\nPiperOrigin-RevId: 620135167","shortMessageHtmlLink":"Fix incorrect voiced symbol for ヱ (wye) from ヸ (U+30F8) to ヹ (U+30F9)"}},{"before":"387cbe50853a5334d9d5debf8c3fbcf527642bad","after":"f783cda61310e0e08a37818d7bc3dd15cec152d1","ref":"refs/heads/master","pushedAt":"2024-03-24T02:19:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"refactor(mac): Replace deprecated NS{On,Off}State to NSControlStateValue{On,Off} (#902)\n\nSigned-off-by: Natsuki Ikeguchi \r\n\r\nPiperOrigin-RevId: 618525464","shortMessageHtmlLink":"refactor(mac): Replace deprecated NS{On,Off}State to NSControlStateVa…"}},{"before":"0db475972eb44f65daf3eb9c037c618767a34d10","after":"387cbe50853a5334d9d5debf8c3fbcf527642bad","ref":"refs/heads/master","pushedAt":"2024-03-24T02:17:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Update visibility specs\n\nTested:\n Local presubmit tests passed.\nPiperOrigin-RevId: 618525458","shortMessageHtmlLink":"Update visibility specs"}},{"before":"cbd7e335aad90e7bd91e73495afcc279dd5febe6","after":"0db475972eb44f65daf3eb9c037c618767a34d10","ref":"refs/heads/master","pushedAt":"2024-03-22T16:01:08.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Rename variables latest_data_id_→top_request_id_, current_data_id_→current_request_id_.\n\n#codehealth\n\nPiperOrigin-RevId: 618059466","shortMessageHtmlLink":"Rename variables latest_data_id_→top_request_id_, current_data_id_→cu…"}},{"before":"d8e5cfe921aa60c54f49b0b8d9d07575e886628c","after":"cbd7e335aad90e7bd91e73495afcc279dd5febe6","ref":"refs/heads/master","pushedAt":"2024-03-19T16:56:06.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Change the error handling location from DataLoader to Engine.\n\n* Engine::MaybeReloadEngine takes care of all error handing of DataLoader::Response.\n* This is a preparation CL for the next CL (cl/615733907).\n\n#codehealth\n\nPiperOrigin-RevId: 617099369","shortMessageHtmlLink":"Change the error handling location from DataLoader to Engine."}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWrNOyQA","startCursor":null,"endCursor":null}},"title":"Activity · google/mozc"}