{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":186022916,"defaultBranch":"master","name":"mod","ownerLogin":"golang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-05-10T16:48:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4314092?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717513476.0","currentOid":""},"activityList":{"items":[{"before":"6686f416970d4b8e2f54f521955dee89e6763c4b","after":"c0bdc7bd01c96a3472df419bc2b082e06b09a219","ref":"refs/heads/master","pushedAt":"2024-05-14T17:47:18.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":"modfile: add API for godebug lines\n\nFor golang/go#65573\n\nChange-Id: I5c1be8833f70b0b5a7257bd5216fa6a89bd2665f\nReviewed-on: https://go-review.googlesource.com/c/mod/+/584300\nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Russ Cox \nReviewed-by: Michael Matloob \nReviewed-by: Sam Thanawalla ","shortMessageHtmlLink":"modfile: add API for godebug lines"}},{"before":"aa51b25a4485b19ca64f578bad6fa40229e75984","after":"6686f416970d4b8e2f54f521955dee89e6763c4b","ref":"refs/heads/master","pushedAt":"2024-05-07T20:35:42.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":"module: add COM0 and LPT0 to badWindowsNames\n\nThey have been added to the list of file names that are disallowed on\nWindows that's referenced in the comment to badWindowsNames, so add\nthem to badWindowsNames.\n\nFor golang/go#67238\nFor golang/go#66625\n\nChange-Id: I82e5d70f33330f746783fd22090a3ebaf9408dfc\nReviewed-on: https://go-review.googlesource.com/c/mod/+/583836\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Sam Thanawalla ","shortMessageHtmlLink":"module: add COM0 and LPT0 to badWindowsNames"}},{"before":"87140ecd02dd794a1acc173c48f0c8c52cd3a339","after":"aa51b25a4485b19ca64f578bad6fa40229e75984","ref":"refs/heads/master","pushedAt":"2024-03-15T15:59:22.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":"modfile: do not collapse if there are unattached comments within blocks\n\nThe existing implementation drops unattached comments\nwhen collapsing block into single line.\n\nFixes #33280\n\nChange-Id: I388e1468657d461cba771e90d5e328746d927ae2\nReviewed-on: https://go-review.googlesource.com/c/mod/+/541815\nReviewed-by: Cherry Mui \nReviewed-by: Bryan Mills \nAuto-Submit: Bryan Mills \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"modfile: do not collapse if there are unattached comments within blocks"}},{"before":"18d3f5618645fbebec703867364c3f2ac1102f1d","after":"87140ecd02dd794a1acc173c48f0c8c52cd3a339","ref":"refs/heads/master","pushedAt":"2024-03-15T15:56:40.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":"sumdb/tlog: make NewTiles only generate strictly necessary tiles\n\nCurrently, NewTiles returns tiles for every partial tree size from\noldTreeSize to newTreeSize. However, if a log is only publishing\ncheckpoints at oldTreeSize and newTreeSize, the trees of sizes\noldTreeSize+1 to newTreeSize-1 are unverifiable, so those tiles are\nunnecessary. Also, NewTiles currently returns tiles that already exists\nas part of oldTreeSize, which are not new.\n\nThis has a significant performance and cost difference when uploading\ntiles individually to e.g. object storage.\n\nChange-Id: I92a5d76bc54e7022991e51997e793356ab5e7d5c\nReviewed-on: https://go-review.googlesource.com/c/mod/+/570295\nAuto-Submit: Filippo Valsorda \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Russ Cox \nReviewed-by: Cherry Mui ","shortMessageHtmlLink":"sumdb/tlog: make NewTiles only generate strictly necessary tiles"}},{"before":"766dc5df63e3e3e5cd6b1682f522a01c99723beb","after":"18d3f5618645fbebec703867364c3f2ac1102f1d","ref":"refs/heads/master","pushedAt":"2024-03-08T22:14:59.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":"modfile: fix crash on AddGoStmt in empty File\n\nAddGoStmt uses File.Syntax without checking whether\nit is nil or not. This causes crashes when using it on empty files that\nhave not had their Syntax member initialized to a valid pointer.\n\nThis change fixes it by ensuring File.Syntax is a valid pointer before\nproceeding.\n\nFixes golang/go#62457.\n\nChange-Id: Iab02039f79e73d939ca5d3e48b29faa5e0a9a5ec\nReviewed-on: https://go-review.googlesource.com/c/mod/+/570115\nReviewed-by: Michael Knyszek \nAuto-Submit: Bryan Mills \nReviewed-by: Bryan Mills \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"modfile: fix crash on AddGoStmt in empty File"}},{"before":"fa1ba4269bda724bb9f01ec381fbbaf031e45833","after":"766dc5df63e3e3e5cd6b1682f522a01c99723beb","ref":"refs/heads/master","pushedAt":"2024-02-07T18:53:04.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":"modfile: use new go version string format in WorkFile.add error\n\nFor golang/go#61888\n\nTested: Ran go test ./modfile\nChange-Id: I254fe559f25ac643e842a935954d18744ae87b0b\nReviewed-on: https://go-review.googlesource.com/c/mod/+/560875\nReviewed-by: Bryan Mills \nRun-TryBot: Sam Thanawalla \nTryBot-Result: Gopher Robot ","shortMessageHtmlLink":"modfile: use new go version string format in WorkFile.add error"}},{"before":"6e58e47c7bd6672665dc35cce7b1f325d2addd67","after":"fa1ba4269bda724bb9f01ec381fbbaf031e45833","ref":"refs/heads/master","pushedAt":"2024-01-26T20:57: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":"sumdb: replace globsMatchPath with module.MatchPrefixPatterns\n\nIn CL 239797, src/cmd/go/internal/str.GlobsMatchPath was replicated as\nmodule.MatchPrefixPatterns. This redundancy eliminates the need for\nglobsMatchPath. This CL replaces calls to globsMatchPath with\nmodule.MatchPrefixPatterns and removes the now redundant globsMatchPath.\n\nChange-Id: Idd6fc10e7cf24d7b9603fa17edb2460d50b2e4aa\nReviewed-on: https://go-review.googlesource.com/c/mod/+/539815\nAuto-Submit: Bryan Mills \nReviewed-by: Cherry Mui \nReviewed-by: Bryan Mills \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"sumdb: replace globsMatchPath with module.MatchPrefixPatterns"}},{"before":"5b692803cf76a65fc5d39178c0a36678e69c0e5a","after":"6e58e47c7bd6672665dc35cce7b1f325d2addd67","ref":"refs/heads/master","pushedAt":"2023-10-25T22:55:42.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":"modfile: improve directory path detection and error text consistency\n\nAn error text suggests a directory path needs to start with ./ or ../\nif it's a relative path, but in reality relative paths with .\\ and ..\\\nprefix (such as those that are used on Windows) are also accepted.\n\nFurthermore, a relative path like ./ or ../ is fine, as are ./. and\n../., but the cleaner and shorter equivalent relative paths . and ..\nare reported as if they're not directory paths (even though a module\npath cannot consist of nothing but dots).\n\nFix those inconsistencies and make IsDirectoryPath report true on \".\"\nand \"..\" paths as expected, and make its documentation clear that\na path like \"sub/dir\", despite being a relative path, is interpreted\nas a module path.\n\nFor golang/go#60572.\n\nChange-Id: I8fa4a2c66bc83a1ccafc453b96f3bb33dc222cd1\nReviewed-on: https://go-review.googlesource.com/c/mod/+/500335\nReviewed-by: Dmitri Shuralyov \nReviewed-by: Bryan Mills \nAuto-Submit: Dmitri Shuralyov \nRun-TryBot: Dmitri Shuralyov \nTryBot-Result: Gopher Robot \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"modfile: improve directory path detection and error text consistency"}},{"before":"273ef6c30f77718d9c04e38b791a0913f652b9c9","after":"5b692803cf76a65fc5d39178c0a36678e69c0e5a","ref":"refs/heads/master","pushedAt":"2023-09-14T17:25:16.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":"modfile: use new go version string format in error message\n\nFor golang/go#61888\n\nChange-Id: If4056623471edb6fd99d45dcd8a0751d6a54ce1c\nReviewed-on: https://go-review.googlesource.com/c/mod/+/527897\nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Bryan Mills \nReviewed-by: Heschi Kreinick \nReviewed-by: Bryan Mills ","shortMessageHtmlLink":"modfile: use new go version string format in error message"}},{"before":"baa5c2d058db25484c20d76985ba394e73176132","after":"273ef6c30f77718d9c04e38b791a0913f652b9c9","ref":"refs/heads/master","pushedAt":"2023-09-06T16:08:53.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":"go.mod: update to go 1.18 and x/tools v0.13.0\n\nDone with:\n\ngo get go@1.18 golang.org/x/tools@upgrade\ngo mod tidy\n\nUsing go1.21.0.\n\nChange-Id: I6376b8ea06832ecddb5989538af1b2b663f62cfd\nReviewed-on: https://go-review.googlesource.com/c/mod/+/525977\nReviewed-by: Dmitri Shuralyov \nReviewed-by: Bryan Mills \nAuto-Submit: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"go.mod: update to go 1.18 and x/tools v0.13.0"}},{"before":"62c7e578f1a7275d934c99dd48715525bd52b17e","after":"baa5c2d058db25484c20d76985ba394e73176132","ref":"refs/heads/internal-branch.go1.21-vendor","pushedAt":"2023-07-17T16:42:49.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"all: add godoc links\n\nChange-Id: Ic9532893740b9952ca429106b3c373cc14d0383e\nReviewed-on: https://go-review.googlesource.com/c/mod/+/500875\nRun-TryBot: Bryan Mills \nTryBot-Result: Gopher Robot \nReviewed-by: Bryan Mills \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Oleksandr Redko \nAuto-Submit: Bryan Mills ","shortMessageHtmlLink":"all: add godoc links"}},{"before":"7603649663b1456250649d774037b3d07f98f386","after":"baa5c2d058db25484c20d76985ba394e73176132","ref":"refs/heads/master","pushedAt":"2023-06-21T11:18:23.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: add godoc links\n\nChange-Id: Ic9532893740b9952ca429106b3c373cc14d0383e\nReviewed-on: https://go-review.googlesource.com/c/mod/+/500875\nRun-TryBot: Bryan Mills \nTryBot-Result: Gopher Robot \nReviewed-by: Bryan Mills \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Oleksandr Redko \nAuto-Submit: Bryan Mills ","shortMessageHtmlLink":"all: add godoc links"}},{"before":"22d21f40cb73c8e244a3dab959f7a7a207adbdc4","after":"7603649663b1456250649d774037b3d07f98f386","ref":"refs/heads/master","pushedAt":"2023-06-16T23:10:43.318Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"zip: fix TestCreateFromDirSpecial/ignore_symlink on wasmtime\n\nThe wasmtime runtime does not permit absolute symlinks.\n\nMore generally: since this is an x-repo, we should not assume anything\nin particular about the set of supported operating systems. We should\nexplicitly list the GOOS values expected to always support symlinks,\nrather than the ones that are allowed not to.\n\nFixes golang/go#60795.\n\nChange-Id: I1749429ac1178f261b4acfd97c0fcf9ec1c2a871\nReviewed-on: https://go-review.googlesource.com/c/mod/+/504075\nReviewed-by: Johan Brandhorst-Satzkorn \nReviewed-by: Dmitri Shuralyov \nRun-TryBot: Bryan Mills \nTryBot-Result: Gopher Robot \nAuto-Submit: Bryan Mills ","shortMessageHtmlLink":"zip: fix TestCreateFromDirSpecial/ignore_symlink on wasmtime"}},{"before":"bfed713da9f94df28c828fd5c47a57eb01339d08","after":"22d21f40cb73c8e244a3dab959f7a7a207adbdc4","ref":"refs/heads/master","pushedAt":"2023-06-16T23:09:37.570Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"zip: fix doc for CreateFromVCS function\n\nCreateFromVCS returns UnrecognizedVCSError.\n\nChange-Id: I54e9be4c44eb889657c581a34d38987042be9ad2\nReviewed-on: https://go-review.googlesource.com/c/mod/+/502435\nRun-TryBot: Bryan Mills \nReviewed-by: Dmitri Shuralyov \nTryBot-Result: Gopher Robot \nReviewed-by: Bryan Mills \nAuto-Submit: Bryan Mills ","shortMessageHtmlLink":"zip: fix doc for CreateFromVCS function"}},{"before":"62c7e578f1a7275d934c99dd48715525bd52b17e","after":"bfed713da9f94df28c828fd5c47a57eb01339d08","ref":"refs/heads/master","pushedAt":"2023-06-15T19:12:57.005Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"zip: fix LICENSE file handling to match modfetch\n\ngo modfetch includes the LICENSE file from the repo root when fetching\na submodule if the submodule does not contain a LICENSE.\n\nThis updates CreateFromVCS to match that behavior.\n\nFixes golang/go#60442\n\nChange-Id: I5f9edb775bb330325783e1c30d7d16e436bda74c\nReviewed-on: https://go-review.googlesource.com/c/mod/+/498935\nTryBot-Result: Gopher Robot \nReviewed-by: Bryan Mills \nRun-TryBot: Dmitri Shuralyov \nRun-TryBot: Bryan Mills \nAuto-Submit: Bryan Mills ","shortMessageHtmlLink":"zip: fix LICENSE file handling to match modfetch"}},{"before":null,"after":"62c7e578f1a7275d934c99dd48715525bd52b17e","ref":"refs/heads/internal-branch.go1.21-vendor","pushedAt":"2023-06-14T17:55:03.146Z","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":"sumdb: handle panic from c.ReadRemote during ReadTiles\n\nThe go command tests use a network stack that sometimes\npanics during read. This code was assuming a network stack\nthat returns errors instead. If a tile-reading goroutine panicked,\nReadTiles considered it done with data, err = nil, nil, and then\nthere was a race between ReadTiles failing with an error about\na suspiciously short tile and the panicking goroutine getting\nto run and bring down the entire program.\n\nRemove the race by converting the panic into an error during\nReadTiles.\n\nFor a test in golang/go#57001.\n\nChange-Id: I9b18a244238e67c27a15b93f8397bf3ab44b06e6\nReviewed-on: https://go-review.googlesource.com/c/mod/+/501035\nRun-TryBot: Russ Cox \nTryBot-Result: Gopher Robot \nReviewed-by: Michael Matloob ","shortMessageHtmlLink":"sumdb: handle panic from c.ReadRemote during ReadTiles"}},{"before":"2a1c06a60797e734ab13afef967c60867445e1e5","after":"62c7e578f1a7275d934c99dd48715525bd52b17e","ref":"refs/heads/master","pushedAt":"2023-06-06T12:29:24.173Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"sumdb: handle panic from c.ReadRemote during ReadTiles\n\nThe go command tests use a network stack that sometimes\npanics during read. This code was assuming a network stack\nthat returns errors instead. If a tile-reading goroutine panicked,\nReadTiles considered it done with data, err = nil, nil, and then\nthere was a race between ReadTiles failing with an error about\na suspiciously short tile and the panicking goroutine getting\nto run and bring down the entire program.\n\nRemove the race by converting the panic into an error during\nReadTiles.\n\nFor a test in golang/go#57001.\n\nChange-Id: I9b18a244238e67c27a15b93f8397bf3ab44b06e6\nReviewed-on: https://go-review.googlesource.com/c/mod/+/501035\nRun-TryBot: Russ Cox \nTryBot-Result: Gopher Robot \nReviewed-by: Michael Matloob ","shortMessageHtmlLink":"sumdb: handle panic from c.ReadRemote during ReadTiles"}},{"before":"e81ad1007af3dfbbc0761df9e1a7ace49b7fd7d2","after":"2a1c06a60797e734ab13afef967c60867445e1e5","ref":"refs/heads/master","pushedAt":"2023-06-05T19:05:59.235Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"modfile: update toolchain syntax\n\nFinal revisions for Go 1.21: lock down the toolchain syntax to use\n'toolchain default' instead of 'toolchain local', to avoid confusion\nwith 'GOTOOLCHAIN=local'; 'toolchain local' does not always mean\nthe same thing.\n\nAlso remove the prefix-go1.2.3 toolchain name form, leaving only\ngo1.2.3-suffix. There is no need to have two different forms, and it's\nconfusing.\n\nFor golang/go#57001.\n\nChange-Id: I16623c796c620e98178deed899e28a00e85fcc21\nReviewed-on: https://go-review.googlesource.com/c/mod/+/500755\nTryBot-Result: Gopher Robot \nRun-TryBot: Russ Cox \nReviewed-by: Michael Matloob ","shortMessageHtmlLink":"modfile: update toolchain syntax"}},{"before":"e343115d42363d625a8424d854065a547fe86f5c","after":"e81ad1007af3dfbbc0761df9e1a7ace49b7fd7d2","ref":"refs/heads/master","pushedAt":"2023-06-05T14:40:03.107Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"sumdb: correct spelling mistakes\n\nChange-Id: Idb3276b201dbce094201fc5824a1e151f4f71ce8\nReviewed-on: https://go-review.googlesource.com/c/mod/+/500456\nReviewed-by: Dmitri Shuralyov \nReviewed-by: Dmitri Shuralyov \nTryBot-Result: Gopher Robot \nAuto-Submit: Dmitri Shuralyov \nRun-TryBot: Dmitri Shuralyov \nReviewed-by: Bryan Mills ","shortMessageHtmlLink":"sumdb: correct spelling mistakes"}},{"before":"fc83a8faf9931f09514a196d1b7ff229c8efedc6","after":"e343115d42363d625a8424d854065a547fe86f5c","ref":"refs/heads/master","pushedAt":"2023-06-02T18:23:23.063Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"sumdb: add missing return after http.Error\n\nChange-Id: Ic0a9149713f7981e44629b2d96cf2a6ec52d6976\nReviewed-on: https://go-review.googlesource.com/c/mod/+/500455\nReviewed-by: Bryan Mills \nAuto-Submit: Bryan Mills \nTryBot-Result: Gopher Robot \nRun-TryBot: Bryan Mills \nReviewed-by: Michael Knyszek ","shortMessageHtmlLink":"sumdb: add missing return after http.Error"}},{"before":"1846133a84c76607dd1d28fd099344fe91e79b56","after":"fc83a8faf9931f09514a196d1b7ff229c8efedc6","ref":"refs/heads/master","pushedAt":"2023-05-23T20:52:23.309Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"modfile: add support for dropping go and toolchain stmts\n\nAlso add tests of previous CLs.\n\nFor golang/go#57001.\n\nChange-Id: I755429dd07c0e84910108ce9807d607115329b79\nReviewed-on: https://go-review.googlesource.com/c/mod/+/497400\nRun-TryBot: Russ Cox \nTryBot-Result: Gopher Robot \nReviewed-by: Bryan Mills ","shortMessageHtmlLink":"modfile: add support for dropping go and toolchain stmts"}},{"before":"a73672d4be603f5c3bb0120c69ac4cdde265d008","after":"1846133a84c76607dd1d28fd099344fe91e79b56","ref":"refs/heads/master","pushedAt":"2023-05-23T18:18:51.656Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"modfile: add parsing support for toolchain\n\nAdd new toolchain directive to go.mod and go.work parser.\nAlso fix error checking in parsing tests.\n\nFor golang/go#57001.\n\nChange-Id: Ib7603f82cbd667f2152ed6b0c5989f08c28ceb1c\nReviewed-on: https://go-review.googlesource.com/c/mod/+/497399\nRun-TryBot: Russ Cox \nTryBot-Result: Gopher Robot \nReviewed-by: Bryan Mills ","shortMessageHtmlLink":"modfile: add parsing support for toolchain"}},{"before":"e7bea8f1d64fb6752bf603c5c6f39f12f99fc3a3","after":"a73672d4be603f5c3bb0120c69ac4cdde265d008","ref":"refs/heads/master","pushedAt":"2023-05-23T17:33:13.724Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"modfile: add support for go and toolchain lines\n\nAs part of the forward compatibility work, a new toolchain line\nis being added, and go lines are allowed to specify toolchain\nversions like \"1.21.0\" or \"1.21rc1\" now. (The lax RE has allowed this for quite\nsome time; what's new here is allowing it in the main module.)\n\nFor golang/go#57001.\n\nChange-Id: I1dc01289381fe080644a7a391b97a65158938f39\nReviewed-on: https://go-review.googlesource.com/c/mod/+/497397\nTryBot-Result: Gopher Robot \nReviewed-by: Bryan Mills \nRun-TryBot: Russ Cox ","shortMessageHtmlLink":"modfile: add support for go and toolchain lines"}},{"before":"ad6fd61f94f8fdf6926f5dee6e45bdd13add2f9f","after":"e7bea8f1d64fb6752bf603c5c6f39f12f99fc3a3","ref":"refs/heads/master","pushedAt":"2023-05-17T15:46:23.197Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"modfile: use semantic sort for exclude blocks\n\nFor golang/go#60028.\n\nChange-Id: I4c7a726a900fc7c4b34816eba5cfd0361c45315f\nReviewed-on: https://go-review.googlesource.com/c/mod/+/492990\nRun-TryBot: Dmitri Shuralyov \nTryBot-Result: Gopher Robot \nAuto-Submit: Dmitri Shuralyov \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Bryan Mills ","shortMessageHtmlLink":"modfile: use semantic sort for exclude blocks"}},{"before":"69aa7acea306dfd277ec48fcc687ef8fa0f2bdb4","after":"ad6fd61f94f8fdf6926f5dee6e45bdd13add2f9f","ref":"refs/heads/master","pushedAt":"2023-03-09T18:38:24.293Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"zip: fix on Windows\n\nZip paths are slash-delimited, so using filepath with them is\nincorrect.\n\nChange-Id: I5ad1ee90dea97427b9b291b6fbc52e5bdaf0b678\nReviewed-on: https://go-review.googlesource.com/c/mod/+/474815\nTryBot-Result: Gopher Robot \nRun-TryBot: Heschi Kreinick \nAuto-Submit: Heschi Kreinick \nReviewed-by: Bryan Mills ","shortMessageHtmlLink":"zip: fix on Windows"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEScG2IgA","startCursor":null,"endCursor":null}},"title":"Activity ยท golang/mod"}