{"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:1722754246.0","currentOid":""},"activityList":{"items":[{"before":"ff97bedbb5bf6e3952432280fa42256d37d0093c","after":"b52f3048e4becb08f0addc997e40540f6baa5508","ref":"refs/heads/master","pushedAt":"2024-09-17T16:34:46.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":"Ignore Super and other modifier keys except for Alt (#1059)\n\nMozc doesn't know Super and other extra modifier keys except for Alt.\r\nFor example, \"Super + Space\" (IBus' default for switching input methods)\r\nis recognized as \"Space\".\r\n\r\nThis change ignores key events that have these extra modifiers to let\r\nothers handle the events.\r\n\r\nFixes #853.\r\n\r\nPiperOrigin-RevId: 675597739","shortMessageHtmlLink":"Ignore Super and other modifier keys except for Alt (#1059)"}},{"before":"ff08a9cd6f26eb91f7d0ed7c8802aa46abfd9d61","after":"ff97bedbb5bf6e3952432280fa42256d37d0093c","ref":"refs/heads/master","pushedAt":"2024-09-17T16:16:50.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":"Enable switching to DIRECT mode using the mouse. (#1061)\n\nThis is about addressing the problem where selecting DIRECT with the mouse to switch input modes doesn't work.\r\n\r\nIn the PropertyHandler::ProcessPropertyActivate function, the processing for DIRECT mode is being skipped. This is because DIRECT=0 as defined in src/protocol/commands.proto#L51, so !entry->composition_mode is evaluated as true.\r\nAs a result, while the DIRECT menu item exists, it is not linked to the actual processing that should be executed for DIRECT.\r\n\r\nPiperOrigin-RevId: 675589214","shortMessageHtmlLink":"Enable switching to DIRECT mode using the mouse. (#1061)"}},{"before":"0c29141caa7c603865bbb9bb327f16c82de3693c","after":"ff08a9cd6f26eb91f7d0ed7c8802aa46abfd9d61","ref":"refs/heads/master","pushedAt":"2024-09-17T16:15:55.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":"Populates the typing corrector's penalty/bonus to the candidates containing auto-kana-modifier-expansions generated by composer or dictionary-based expansions.\nWe can evaluate all typing corrections with uniform scoring.\n\nThe actual populates are implemented inside the supplemental model.\n\nPiperOrigin-RevId: 675586853","shortMessageHtmlLink":"Populates the typing corrector's penalty/bonus to the candidates cont…"}},{"before":"636b59e46983bac83e001924b80cb29ed4b1db5c","after":"0c29141caa7c603865bbb9bb327f16c82de3693c","ref":"refs/heads/master","pushedAt":"2024-09-17T08:20:34.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":"Update BUILD_OSS to 5595\n\n2.30.5544 → 2.30.5595\n\nFeatures\n* Added words based on the reports from contributors (b0b37db046cb8a2f075a463d0c71926f744cfcb6, 9c53503e501a045e9f7a8566d59481f593f7dde8, ad8a2be763376675df256fef3cb68d41ede2e566)\n* Updated the collocation data based on the reports from contributors (456284ec02696ed6444a8b09610f4746a2714100)\n\nBug fix\n* macOS: Addressed crash issues on macOS 15 (Sequoia)\n\nBuild\n* Updated the Abseil version: 20240116.1 → 20240722.0\n* Updated the Protobuf version: v27.0 → v27.3\n* Updated the GoogleTest version: v1.12.1 → v1.15.2\n* Supported the `–config=release_build` Bazel option (9fd87395671693e1670f63e61ac1320fd803dc19).\n* Supported Bzlmod (Bazel MODULE).\n* macOS: Supported building .dmg file.\n\nCode\n* Performed code refactoring\n\nPiperOrigin-RevId: 675452884","shortMessageHtmlLink":"Update BUILD_OSS to 5595"}},{"before":"abd192786e2087127d8af0bbbdf7700a5c801d40","after":"636b59e46983bac83e001924b80cb29ed4b1db5c","ref":"refs/heads/master","pushedAt":"2024-09-13T14:12:27.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":"Remove ConversionRequest::set_composer from converter_main.cc.\n\n#codehealth\n\nPiperOrigin-RevId: 673674673","shortMessageHtmlLink":"Remove ConversionRequest::set_composer from converter_main.cc."}},{"before":"1157a24ac2d0c0953d145a0b08250585854a62fc","after":"abd192786e2087127d8af0bbbdf7700a5c801d40","ref":"refs/heads/master","pushedAt":"2024-09-09T12:29:10.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":"Trim the first colons in srcs for static files.\n\n* It clarifies if the target is a static file or a generated file.\n\n#codehealth\n\nPiperOrigin-RevId: 672479140","shortMessageHtmlLink":"Trim the first colons in srcs for static files."}},{"before":"7ae3290debea57132aafe3649c59a62f02fe6d8a","after":"1157a24ac2d0c0953d145a0b08250585854a62fc","ref":"refs/heads/master","pushedAt":"2024-09-02T09:58:19.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":"Clean up experimental flag: apply_user_segment_history_rewriter_for_prediction, user_segment_history_rewriter_use_inner_segments\n\n#codehealth\n\nPiperOrigin-RevId: 670113068","shortMessageHtmlLink":"Clean up experimental flag: apply_user_segment_history_rewriter_for_p…"}},{"before":"78c45a75ec202c704f04127cf0bb73c5b4d724e6","after":"7ae3290debea57132aafe3649c59a62f02fe6d8a","ref":"refs/heads/master","pushedAt":"2024-08-28T08:44:36.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":"Temporarily disable the definition of ABSL_MIN_LOG_LEVEL to work around the build failure on Linux.\n\n* Follow-up to cl/667502436\n\nPiperOrigin-RevId: 668338020","shortMessageHtmlLink":"Temporarily disable the definition of ABSL_MIN_LOG_LEVEL to work arou…"}},{"before":"456284ec02696ed6444a8b09610f4746a2714100","after":"78c45a75ec202c704f04127cf0bb73c5b4d724e6","ref":"refs/heads/master","pushedAt":"2024-08-28T06:20:27.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":"Tune timeout for test targets (go/attt-lsc).\n\n[//session:session_test]: We're adjusting the test target timeout because it has a 0.302572 percent time out rate based on last week's (2024-08-17 - 2024-08-24) tap postsubmit running statistics. Its original timeout_sec is 60, and we're adjusting it to moderate, which is 300 seconds.\nSome detailed statistics for the target (before this CL):\n Num of invocation: 5350\n Num of passed invocations: 5272\n Num of timeout invocations: 16\n ****** Stats for passing runs ******\n Min run time in secs: 0\n Max run time in secs: 201\n Mean run time in secs: 11.090288\n Sd run time in secs: 18.355576\n\n[//session:session_converter_stress_test]: We're adjusting the test target timeout because it has a 0.302629 percent time out rate based on last week's (2024-08-17 - 2024-08-24) tap postsubmit running statistics. Its original timeout_sec is 300, and we're adjusting it to long, which is 900 seconds.\nSome detailed statistics for the target (before this CL):\n Num of invocation: 5350\n Num of passed invocations: 5271\n Num of timeout invocations: 16\n ****** Stats for passing runs ******\n Min run time in secs: 0\n Max run time in secs: 334\n Mean run time in secs: 7.009486\n Sd run time in secs: 17.786684\n\nTested:\n Local presubmit tests passed.\nPiperOrigin-RevId: 667932374","shortMessageHtmlLink":"Tune timeout for test targets (go/attt-lsc)."}},{"before":"b0b37db046cb8a2f075a463d0c71926f744cfcb6","after":"456284ec02696ed6444a8b09610f4746a2714100","ref":"refs/heads/master","pushedAt":"2024-08-26T05:21:10.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":"Add collocation data based on the GitHub issues.\n\n#12, #122, #129, #1005\n\n#typingquality\n\nPiperOrigin-RevId: 667440960","shortMessageHtmlLink":"Add collocation data based on the GitHub issues."}},{"before":"834755d822574d98170f267166dec9e685651c45","after":"b0b37db046cb8a2f075a463d0c71926f744cfcb6","ref":"refs/heads/master","pushedAt":"2024-08-24T11:51:12.000Z","pushType":"push","commitsCount":20,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Add words based on the GitHub issues.\n\n#1003, #1004, #1006, #1008\n\n#typingquality\n\nPiperOrigin-RevId: 666697359","shortMessageHtmlLink":"Add words based on the GitHub issues."}},{"before":"e9a35fd41342dcd89529b2fbd89d2389108fff1e","after":"834755d822574d98170f267166dec9e685651c45","ref":"refs/heads/master","pushedAt":"2024-08-15T10:24:29.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":"Support Bzlmod (MODULE.bazel and WORKSPACE.bzlmod)\n\n* This is still opt-in. Use --enable-bzlmod to enable it.\n* Updated some packages to get the MODULE support.\n* rules for Android are not migrated yet due to the build error.\n + We may need to update the rule configurations.\n* https://github.com/google/mozc/issues/1002\n\nPiperOrigin-RevId: 663206260","shortMessageHtmlLink":"Support Bzlmod (MODULE.bazel and WORKSPACE.bzlmod)"}},{"before":"aefa8a91821a96802a1da2677760140871c36991","after":"e9a35fd41342dcd89529b2fbd89d2389108fff1e","ref":"refs/heads/master","pushedAt":"2024-08-14T04:30:50.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Add included_dirs for gtest to absl_status.\n\n* This is a preparation for Abseil 20240722.0\n\nPiperOrigin-RevId: 662549435","shortMessageHtmlLink":"Add included_dirs for gtest to absl_status."}},{"before":"60967291f71223ab1c23eec224c1d0b0795e2865","after":"aefa8a91821a96802a1da2677760140871c36991","ref":"refs/heads/master","pushedAt":"2024-08-13T01:49:34.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Update gen_aux_dictionary.py\n\nPiperOrigin-RevId: 661297424","shortMessageHtmlLink":"Update gen_aux_dictionary.py"}},{"before":"5e6abfe1853b080766def432b746a9bed79e54b0","after":"60967291f71223ab1c23eec224c1d0b0795e2865","ref":"refs/heads/master","pushedAt":"2024-08-07T01:56:11.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":"Remove defines from ibus_mozc cc_binary.\n\nSpecifying MOZC_NO_LOGGING and ABSL_MIN_LOG_LEVEL in ibus_mozc is likely a no-op, because main.cc doesn't use these macros.\n\nAccording to https://bazel.build/reference/be/c-cpp#cc_binary.defines:\n\"\"\"Each string, which must consist of a single Bourne shell token, is prepended with -D and added to the compile command line to this target, as well as to every rule that depends on it.\"\"\"\nbut these defines are not used to compile cc_library's this target depends on.\n\nABSL_MIN_LOG_LEVEL should usually be passed via command line.\ne.g. `bazel build --copt=-DABSL_MIN_LOG_LEVEL=3`\n\nPiperOrigin-RevId: 659823648","shortMessageHtmlLink":"Remove defines from ibus_mozc cc_binary."}},{"before":"7343536442098b5e2fbe2140348214779583804f","after":"5e6abfe1853b080766def432b746a9bed79e54b0","ref":"refs/heads/master","pushedAt":"2024-07-31T05:36:14.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 BUILD_OSS to 5544\n\n2.30.5520 → 2.30.5544\n\nFeatures\n\n* Updated the word dictionary (6af6a25e580ec46c438677e50303d137db230bd1)\n* Added words based on the GitHub issues (f518d3d6be4ebc938a1db0df914d54c34ba86213, d0d1bc86aaaa2eae14ea9113b2f8261ec40ca24a, 2ea95041d8ac33ceb6523a008b9c57be56819415, d6a55d2b35440dae4c26baf420bb02cedaf2ab37)\n\nBug fix\n\n* macOS: Fixed the file location of the GUI tool icons (#964)\n\nCode\n\n* Performed code refactoring (e.g. `const vector&` → `absl::Span`)\n\nPiperOrigin-RevId: 657213381","shortMessageHtmlLink":"Update BUILD_OSS to 5544"}},{"before":"7faa01e8382a7542117ac17b87bd03fb2b1a307b","after":"7343536442098b5e2fbe2140348214779583804f","ref":"refs/heads/master","pushedAt":"2024-07-29T14:26:45.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Update the format of .xib files and .plist files.\n\n* Opened them with Xcode 15.1 and saved them.\n* Specified the build target to 11.0 and later.\n\n#codehealth\n\nPiperOrigin-RevId: 657095665","shortMessageHtmlLink":"Update the format of .xib files and .plist files."}},{"before":"f914a952dd248c361140f6914dc8663ff2bee058","after":"7faa01e8382a7542117ac17b87bd03fb2b1a307b","ref":"refs/heads/master","pushedAt":"2024-07-24T13:26:55.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 words based on the GitHub issues.\n\n#typingquality\n\nPiperOrigin-RevId: 655417820","shortMessageHtmlLink":"Add words based on the GitHub issues."}},{"before":"49ed94a02f9fc8de54e7631926ec521ec32e563c","after":"f914a952dd248c361140f6914dc8663ff2bee058","ref":"refs/heads/master","pushedAt":"2024-07-23T13:55:09.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"const vector& -> absl::Span.\n\nPiperOrigin-RevId: 655006400","shortMessageHtmlLink":"const vector<T>& -> absl::Span<const T>."}},{"before":"d2fc9c7d9269cc84b9a4a680cafc382a55e90f42","after":"49ed94a02f9fc8de54e7631926ec521ec32e563c","ref":"refs/heads/master","pushedAt":"2024-07-21T07:40:49.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":"const vector& -> absl::Span.\n\nPiperOrigin-RevId: 653510133","shortMessageHtmlLink":"const vector<T>& -> absl::Span<const T>."}},{"before":"183b5e86694ff789b0fc9311550d484c717289e5","after":"d2fc9c7d9269cc84b9a4a680cafc382a55e90f42","ref":"refs/heads/master","pushedAt":"2024-07-11T08:41:21.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":"Stub out `resource_files` rule again\n\nThis is a follow up to cl/650768320.\n\nPiperOrigin-RevId: 650864725","shortMessageHtmlLink":"Stub out resource_files rule again"}},{"before":"4d79084530f55f406d9a25984a7a88068aa203d8","after":"183b5e86694ff789b0fc9311550d484c717289e5","ref":"refs/heads/master","pushedAt":"2024-07-08T13:03:13.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 BUILD_OSS to 5520\n\nFeatures\n* Improved the AD to Era conversion: \"2024ねん\" → \"令和6年\" (6ceada3f2d95eccc96b731d0ae2dc59b73323b8a)\n* Increased word vocabulary (4f03239c829c2a986f077b0d21b0a7702aabc508)\n* Updated the reading correction rules (3a665b1efdc975bc6d6316b80497bb411b6508fb)\n\nBug fix\n* Fixed the issue that Bazel build Included entries in dictionary_manual/ by Bazel (47eb87752c1d8e2e0730a44df022f6bc18c8da16)\n* macOS: Fixed jaggy icons for the GUI tools (#964)\n\nBuild\n* Updated the Qt version: 6.7.1 → 6.7.2 (#963)\n* Supported dictionary_manual/words.tsv as additional dictionary entries (8d3a2970014f03cdddf7291b71d632999563f0b6)\n* Windows: Added CI of Bazel for the converter and GUI tools (#948)\n\nCode\n* Performed refactorings for the converter and Bazel rules.\n\nPiperOrigin-RevId: 650203535","shortMessageHtmlLink":"Update BUILD_OSS to 5520"}},{"before":"38665c89f60199fe7e5bfe9f58d46d316ea4ce41","after":"4d79084530f55f406d9a25984a7a88068aa203d8","ref":"refs/heads/master","pushedAt":"2024-07-08T11:24:24.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":"Update product_icon.icns to include larger images and add source PNG images of the icns file. (#980)\n\nThose PNG images are generated from src/data/images/icon.svg with the following manual adjustments:\r\n* add approximately 8% margin on all four sides.\r\n* adjust stroke width and drop shadow position of \"あ\" according to image size.\r\n\r\nTo generate product_icon.icns, execute the following command in src/data/images/mac:\r\n\r\n$ for f in product_icon.iconset/*; do mv $f $(echo $f|sed 's/at/@/g'); done\r\n$ iconutil -c icns product_icon.iconset\r\n\r\nPiperOrigin-RevId: 650179331","shortMessageHtmlLink":"Update product_icon.icns to include larger images and add source PNG …"}},{"before":"8d3a2970014f03cdddf7291b71d632999563f0b6","after":"38665c89f60199fe7e5bfe9f58d46d316ea4ce41","ref":"refs/heads/master","pushedAt":"2024-07-08T11:21:28.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":"Support multiple files in dictionary_manual/.\n\n* Added places.tsv to dictionary_manual.\n* Removed the same entries from words.tsv.\n\n#codehealth\n\nPiperOrigin-RevId: 650174138","shortMessageHtmlLink":"Support multiple files in dictionary_manual/."}},{"before":"431ed8e38b27e1b5a168b3cc6b39798211364d64","after":"8d3a2970014f03cdddf7291b71d632999563f0b6","ref":"refs/heads/master","pushedAt":"2024-07-07T13:54:46.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Migrate entries of dictionary_oss/aux_dictionary.tsv to dictionary_manual/words.tsv\n\n* words.tsv uses the middle cost of the same POS words.\n* If the middle cost works well, no base entries are required.\n* It simplifies the process of vocabulary management.\n\n#typequality\n#codehealth\n\nPiperOrigin-RevId: 649623860","shortMessageHtmlLink":"Migrate entries of dictionary_oss/aux_dictionary.tsv to dictionary_ma…"}},{"before":"08d6c399ade6a887a59e52b93ff83d9389b7eeff","after":"431ed8e38b27e1b5a168b3cc6b39798211364d64","ref":"refs/heads/master","pushedAt":"2024-07-02T14:58:02.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":"Improve nullability check and annoations for nbest_generator.\n\nThis CL improves the nullability check by using:\n * absl::Nonnull<> and absl::Nullable<>\n * Reference whenever possible\n\nPiperOrigin-RevId: 648654106","shortMessageHtmlLink":"Improve nullability check and annoations for nbest_generator."}},{"before":"6ceada3f2d95eccc96b731d0ae2dc59b73323b8a","after":"08d6c399ade6a887a59e52b93ff83d9389b7eeff","ref":"refs/heads/master","pushedAt":"2024-06-30T15:14:00.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":"Add a note to the typing issue template.\n\n```\nTyping issues will be closed when the entries are added to test cases and\nevaluations.\n\nhttps://github.com/google/mozc/blob/master/src/data/test/quality_regression_test/oss.tsv\nhttps://github.com/google/mozc/blob/master/src/data/dictionary_oss/evaluation.tsv\n```\n\nPiperOrigin-RevId: 648105800","shortMessageHtmlLink":"Add a note to the typing issue template."}},{"before":"cccb2440d429f8b185ba7d6f63d4f227036ed5fa","after":"6ceada3f2d95eccc96b731d0ae2dc59b73323b8a","ref":"refs/heads/master","pushedAt":"2024-06-28T11:08: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":"Update `DateRewriter::RewriteAd()` (AD to Era)\n\nThis patch updates the AD to Era conversion (`RewriteAd()`) to be more consistent with the Era to AD conversion (`RewriteEra()`) behavior.\n\nIn particular:\n1. It checks if the `key` is the `kNenKey`, instead of if the `candidate(0).value` is the `kNenValue`.\n2. It accepts both when the first segment ends with the `kNenKey` and when the next segment starts with the `kNenKey`.\n\nPiperOrigin-RevId: 647248914","shortMessageHtmlLink":"Update DateRewriter::RewriteAd() (AD to Era)"}},{"before":"ff649883e8e9809e016cbb6f135134b2366c0eb2","after":"cccb2440d429f8b185ba7d6f63d4f227036ed5fa","ref":"refs/heads/master","pushedAt":"2024-06-26T05:25:29.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":"Fix macOS builds due to typos in `.bazelrc`\n\nThis is a follow up commit to my previous commit [1], which aimed to add\n\n --noincompatible_enable_cc_toolchain_resolution\n\nbuild option only to Windows builds as a preparation to support Bazel\nbuild on Windows (#948). It, however, accidentally set the flag to mac\nbuilds, which is why now macOS builds are failing.\n\nWith this commit the flag is set only to Windows builds as intended.\n\n#codehealth\n\n [1]: 5efa371c639be5e06bdc797a9deef1dc53048f58\n\nPiperOrigin-RevId: 646703582","shortMessageHtmlLink":"Fix macOS builds due to typos in .bazelrc"}},{"before":"9a6c95daf7831ad97a0991949d220598907d543c","after":"ff649883e8e9809e016cbb6f135134b2366c0eb2","ref":"refs/heads/master","pushedAt":"2024-06-26T01:41:31.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"hiroyuki-komatsu","name":null,"path":"/hiroyuki-komatsu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11634377?s=80&v=4"},"commit":{"message":"Temporarily revert `//win32/installer:artifacts`\n\nThis is a follow up commit to my previous commits, which added\n\n //win32/installer:artifacts\n\ntarget to build Mozc with Bazel on Windows (#948).\n\nIt seems that it has caused some build errors in other platforms.\nLet's revert them back until we figure out how to solve the issue.\n\n#codehealth\n\nPiperOrigin-RevId: 646670786","shortMessageHtmlLink":"Temporarily revert //win32/installer:artifacts"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QxNjozNDo0Ni4wMDAwMDBazwAAAAS4xF4E","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QxNjozNDo0Ni4wMDAwMDBazwAAAAS4xF4E","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0yNlQwMTo0MTozMS4wMDAwMDBazwAAAARvNlxC"}},"title":"Activity · google/mozc"}