{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":27522295,"defaultBranch":"master","name":"text","ownerLogin":"golang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-12-04T04:04:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4314092?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1699110082.0","currentOid":""},"activityList":{"items":[{"before":"6c97a165dd661335ff7bce6104a008558123c353","after":"8d533a0c40adec778a7d09ac6c8aa640d3c883f4","ref":"refs/heads/master","pushedAt":"2024-04-15T18:14:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"encoding/charmap: update UCM spec file URL prefix\n\nUCM spec files used by encoding/maketables.go moved from\nsource.icu-project.org to github.com, and maketables is failing.\n\nThe new repo is at\nhttps://github.com/unicode-org/icu-data/tree/main/charset/data/ucm.\n\nChanged all UCM mappings to use the \"raw endpoint\" prefix,\nhttps://raw.githubusercontent.com/unicode-org/icu-data/main/charset/data/ucm/….\n\nFixes golang/go#64504.\n\nChange-Id: Ib2ccf948ad79578efc4a0c356bb25325190dc333\nGitHub-Last-Rev: 2a277c7d09c5d1c3cae1b6ccf999da67c9659192\nGitHub-Pull-Request: golang/text#48\nReviewed-on: https://go-review.googlesource.com/c/text/+/546576\nReviewed-by: Cherry Mui \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Dominik Honnef ","shortMessageHtmlLink":"encoding/charmap: update UCM spec file URL prefix"}},{"before":"f488e191e67ed95a5b9b7b39024e5a5f5f1ffd02","after":"6c97a165dd661335ff7bce6104a008558123c353","ref":"refs/heads/master","pushedAt":"2023-10-11T21:58:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"all: update go directive to 1.18\n\nDone with:\n\ngo get go@1.18\ngo mod tidy\ngo fix ./...\n\nUsing go1.21.3.\n\nAlso update code generators to use only the new go:build lines,\nnot the old +build ones.\n\nFor golang/go#60268.\n\nChange-Id: I832981d939ab0aad5c941555a6a4cd005958a189\nReviewed-on: https://go-review.googlesource.com/c/text/+/534242\nReviewed-by: Damien Neil \nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Dmitri Shuralyov ","shortMessageHtmlLink":"all: update go directive to 1.18"}},{"before":"fb697c0580b4b6ab0a21ca17e64788b981fb6018","after":"f488e191e67ed95a5b9b7b39024e5a5f5f1ffd02","ref":"refs/heads/master","pushedAt":"2023-08-28T17:26:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"unicode/norm: fix function name on comment\n\nChange-Id: I1d7daf1101c289f99367db2b23105e99d7e19b65\nReviewed-on: https://go-review.googlesource.com/c/text/+/523255\nRun-TryBot: shuang cui \nReviewed-by: Ian Lance Taylor \nRun-TryBot: Ian Lance Taylor \nReviewed-by: Joedian Reid \nTryBot-Result: Gopher Robot \nAuto-Submit: Ian Lance Taylor ","shortMessageHtmlLink":"unicode/norm: fix function name on comment"}},{"before":"f3e69ed4a8ab60c16ae76f4ddb08f2726b0a9428","after":"fb697c0580b4b6ab0a21ca17e64788b981fb6018","ref":"refs/heads/master","pushedAt":"2023-07-21T21:34:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"cmd/gotext: actually use -dir flag\n\ngotext has the read -dir flag but is not used.\nThe dir parameter should be passed to pipeline.Config\n\nFixes golang/go#61507\n\nChange-Id: I242a768964fe56c4c7877de9dc487777c6815dae\nReviewed-on: https://go-review.googlesource.com/c/text/+/512015\nAuto-Submit: Ian Lance Taylor \nTryBot-Result: Gopher Robot \nReviewed-by: Heschi Kreinick \nRun-TryBot: Ian Lance Taylor \nReviewed-by: Ian Lance Taylor \nRun-TryBot: Ian Lance Taylor ","shortMessageHtmlLink":"cmd/gotext: actually use -dir flag"}},{"before":"ab07ad1b65bc4cdc738e747f7569a3795d2e60ec","after":"f3e69ed4a8ab60c16ae76f4ddb08f2726b0a9428","ref":"refs/heads/master","pushedAt":"2023-07-20T17:29:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"cmd/gotext: fix misbehaviors\n\nThe existing implementation has misbehaviors described in golang/go#56842:\n\n- `gotext extract` ignores `lang` flag\n- `gotext generate` ignores `out` flag\n- Misbehavior of `gotext generate` when no flag specified\n\nThis commit fixes these bugs:\n\n- Update `Command.UsageLine` for `cmdGenerate`\n- Fix flag misbehaviors by encapsuling flag definition statements into individual `Command.Init()` functions of commands\n- Fix `gotext generate` misbehavior by executing `pipeline.State.Merge()` before `pipeline.State.Generate()`\n\nFixes golang/go#56842\n\nChange-Id: Id5e324b573b2b389bec22181482a97445230d0cc\nReviewed-on: https://go-review.googlesource.com/c/text/+/452115\nAuto-Submit: Dmitri Shuralyov \nTryBot-Result: Gopher Robot \nReviewed-by: Heschi Kreinick \nReviewed-by: Marcel van Lohuizen \nReviewed-by: Dmitri Shuralyov \nRun-TryBot: Dmitri Shuralyov ","shortMessageHtmlLink":"cmd/gotext: fix misbehaviors"}},{"before":"2df65d769a9e24cb1e11b714ec1918ed5d7657cb","after":"e50348080f29449bcd6808c11400b3d45f08b09d","ref":"refs/heads/internal-branch.go1.21-vendor","pushedAt":"2023-07-17T16:47:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"encoding/japanese, language: shorten very long sub-test names\n\nSome of the generated sub-test names end up being excessively long,\nwhich doesn't mix well with them being stored as test IDs that track\ntest runs over time. Replacing test case names with numbers harms\ntheir readability, so start by trimming a few that end up being 500+\nbytes in length.\n\nChange-Id: Id3b22105efc08eb1bb51436aa257682d357d662c\nReviewed-on: https://go-review.googlesource.com/c/text/+/506416\nTryBot-Result: Gopher Robot \nRun-TryBot: Dmitri Shuralyov \nAuto-Submit: Dmitri Shuralyov \nReviewed-by: Heschi Kreinick \nReviewed-by: Dmitri Shuralyov ","shortMessageHtmlLink":"encoding/japanese, language: shorten very long sub-test names"}},{"before":"e50348080f29449bcd6808c11400b3d45f08b09d","after":"ab07ad1b65bc4cdc738e747f7569a3795d2e60ec","ref":"refs/heads/master","pushedAt":"2023-07-17T14:36:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"all: remove repetitive words\n\nChange-Id: I496265fcad6dee919eff6fc1fbcf9121ae61730f\nReviewed-on: https://go-review.googlesource.com/c/text/+/509855\nReviewed-by: Ian Lance Taylor \nRun-TryBot: Ian Lance Taylor \nReviewed-by: Heschi Kreinick \nTryBot-Result: Gopher Robot \nAuto-Submit: Ian Lance Taylor ","shortMessageHtmlLink":"all: remove repetitive words"}},{"before":"2df65d769a9e24cb1e11b714ec1918ed5d7657cb","after":"e50348080f29449bcd6808c11400b3d45f08b09d","ref":"refs/heads/master","pushedAt":"2023-06-26T23:12:56.575Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"encoding/japanese, language: shorten very long sub-test names\n\nSome of the generated sub-test names end up being excessively long,\nwhich doesn't mix well with them being stored as test IDs that track\ntest runs over time. Replacing test case names with numbers harms\ntheir readability, so start by trimming a few that end up being 500+\nbytes in length.\n\nChange-Id: Id3b22105efc08eb1bb51436aa257682d357d662c\nReviewed-on: https://go-review.googlesource.com/c/text/+/506416\nTryBot-Result: Gopher Robot \nRun-TryBot: Dmitri Shuralyov \nAuto-Submit: Dmitri Shuralyov \nReviewed-by: Heschi Kreinick \nReviewed-by: Dmitri Shuralyov ","shortMessageHtmlLink":"encoding/japanese, language: shorten very long sub-test names"}},{"before":null,"after":"2df65d769a9e24cb1e11b714ec1918ed5d7657cb","ref":"refs/heads/internal-branch.go1.21-vendor","pushedAt":"2023-06-14T17:59:08.410Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"all: regenerate for Unicode 15.0.0\n\ngo generate ./...\n\nThis CL only contains the changes made by go generate ./...\n\nFor golang/go#55079.\n\nChange-Id: I840205f9046e6ccaab370b1dc5393aaf02d5fcb2\nReviewed-on: https://go-review.googlesource.com/c/text/+/503036\nRun-TryBot: Russ Cox \nTryBot-Result: Gopher Robot \nReviewed-by: David Chase \nAuto-Submit: Russ Cox ","shortMessageHtmlLink":"all: regenerate for Unicode 15.0.0"}},{"before":"e3c038a67ff8a7b728cf9a527ca4d14ff7540536","after":"2df65d769a9e24cb1e11b714ec1918ed5d7657cb","ref":"refs/heads/master","pushedAt":"2023-06-13T19:00:17.918Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"all: regenerate for Unicode 15.0.0\n\ngo generate ./...\n\nThis CL only contains the changes made by go generate ./...\n\nFor golang/go#55079.\n\nChange-Id: I840205f9046e6ccaab370b1dc5393aaf02d5fcb2\nReviewed-on: https://go-review.googlesource.com/c/text/+/503036\nRun-TryBot: Russ Cox \nTryBot-Result: Gopher Robot \nReviewed-by: David Chase \nAuto-Submit: Russ Cox ","shortMessageHtmlLink":"all: regenerate for Unicode 15.0.0"}},{"before":"3a7a2557e7386e7e39d8b31290c3e8962c39e0fc","after":"e3c038a67ff8a7b728cf9a527ca4d14ff7540536","ref":"refs/heads/master","pushedAt":"2023-06-13T18:59:52.687Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"all: prepare for Unicode 15.0.0\n\ninternal/gen has never been updated for Go 1.17's //go:build tags.\nDo that, and add the entry for Unicode 15.0.0.\n\nUnicode 15.0.0 will change 9fff to be a CJK ideograph, which will\nbreak the unicode/runenames example test.\nDelete that part of the example.\n\nFor golang/go#55079.\n\nChange-Id: I12b0c6d031d6d6e1970c8fe6eb5453fa64c9f365\nReviewed-on: https://go-review.googlesource.com/c/text/+/503035\nRun-TryBot: Russ Cox \nTryBot-Result: Gopher Robot \nReviewed-by: David Chase \nAuto-Submit: Russ Cox ","shortMessageHtmlLink":"all: prepare for Unicode 15.0.0"}},{"before":"d61dd50441c6e2d3595be435b162ca96c58848f9","after":"3a7a2557e7386e7e39d8b31290c3e8962c39e0fc","ref":"refs/heads/master","pushedAt":"2023-06-12T16:55:41.502Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"internal/export/idna: make more space for mapping index\n\nThis prepares for an upcoming Unicode upgrade.\n\nBeyond Unicode 13 the size of mappings will grow beyond\nwhat can be represented in the allocated 13 bits. Instread\nof doubling the size of info, we introduce a table of indices\ninto the mappings data. This also allows us to remove the\nlength byte, reducing the overhead of introducing this new\ntable.\n\nThis change allows for about a 5x growth of the number\nof mappings, which should suffice for the foreseeable\nfuture.\n\nChange-Id: Id475dc2473145a1f36bd83b983fa4aa170df6206\nReviewed-on: https://go-review.googlesource.com/c/text/+/501515\nRun-TryBot: Ian Lance Taylor \nReviewed-by: David Chase \nReviewed-by: Ian Lance Taylor \nTryBot-Result: Gopher Robot ","shortMessageHtmlLink":"internal/export/idna: make more space for mapping index"}},{"before":"efb744f6d9f03fc4b427c774f83540712ac8e8dc","after":"d61dd50441c6e2d3595be435b162ca96c58848f9","ref":"refs/heads/master","pushedAt":"2023-06-08T17:02:35.481Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"go.mod: delete repeated \"indirect\"\n\nIt got added by 'go mod tidy' in CL 471399\nbecause the '; ' separator was missing.\n\nFor golang/go#48523.\nFor golang/go#58737.\n\nChange-Id: I63642a4f49beb9679f9c5bbb4e2aa8ed0cc73c9e\nReviewed-on: https://go-review.googlesource.com/c/text/+/501835\nTryBot-Result: Gopher Robot \nAuto-Submit: Dmitri Shuralyov \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Ian Lance Taylor \nRun-TryBot: Dmitri Shuralyov ","shortMessageHtmlLink":"go.mod: delete repeated \"indirect\""}},{"before":"48e4a4a957429d31328a685863b594ca9a06b552","after":"efb744f6d9f03fc4b427c774f83540712ac8e8dc","ref":"refs/heads/master","pushedAt":"2023-06-08T16:54:19.896Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"internal/export/idna: fix infinite loop in Go pre-1.10\n\nlookupString returns 0 for incomplete UTF-8 sequences, so to\nprevent infinite loops we must specifically check for that case.\nHowever, CL 73730 which fixed this issue in 2017 was lost in the\nshuffle that allowed multiple Unicode versions in x/text (CL 83235),\nand the fix was never applied to idna9.0.0.go.\n\nThis CL fixes that oversight.\n\nUpdates golang/go#22184\n\nChange-Id: I3a6ab08b157f4017560020ff259d1afbe49a9e71\nReviewed-on: https://go-review.googlesource.com/c/text/+/361494\nReviewed-by: Damien Neil \nTryBot-Result: Gopher Robot \nRun-TryBot: Ian Lance Taylor \nReviewed-by: David Chase \nReviewed-by: Marcel van Lohuizen ","shortMessageHtmlLink":"internal/export/idna: fix infinite loop in Go pre-1.10"}},{"before":"9db913aaf20ced01b7a130d9fb222d74a1339fa6","after":"48e4a4a957429d31328a685863b594ca9a06b552","ref":"refs/heads/master","pushedAt":"2023-04-04T14:19:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"all: fix some comments\n\nChange-Id: I1ae88db264cb5fb513773241ec2a8e7694c8c6e5\nReviewed-on: https://go-review.googlesource.com/c/text/+/480175\nReviewed-by: Ian Lance Taylor \nAuto-Submit: Ian Lance Taylor \nReviewed-by: Michael Knyszek \nRun-TryBot: Ian Lance Taylor \nTryBot-Result: Gopher Robot ","shortMessageHtmlLink":"all: fix some comments"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEMTukZQA","startCursor":null,"endCursor":null}},"title":"Activity · golang/text"}