{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":35726310,"defaultBranch":"main","name":"sdk","ownerLogin":"dart-lang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-05-16T14:14:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1609975?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717403622.0","currentOid":""},"activityList":{"items":[{"before":"4ff851e5b21fed80ada99fd88bec4173cfb9e4ed","after":"ed4b9377d003cb368a01be249b82892cf3814103","ref":"refs/heads/master","pushedAt":"2024-06-03T11:01:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[io/socket_read] Fix `available` bug when limit of aggregated read bytes goes into effect\n\nIn 7fa9b814d28f032163ba51e56aedcb5d0c638cd3\n(https://dart-review.googlesource.com/c/sdk/+/369141) a limit was\nintroduced to prevent OOM.\nIt however introduced a bug where `available` would be out of sync\n(> 0 when it should be 0) causing issues - seemingly an infinite loop\nwhere it continues trying to read even though no data is available - and\ne.g. the weekly bot timed out after 12 hours because stuff didn't work.\n(I think the issue is `stopRead()` returning false, but isn't sure).\n\nThis CL fixes the issue by updating the field before the possible break.\n\nTEST=Hopefully a test will be added in a follow-up.\n\nChange-Id: I722c8868fd7354fc9403e8d2f387914c3fab884a\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369243\nCommit-Queue: Jens Johansen \nReviewed-by: Martin Kustermann ","shortMessageHtmlLink":"[io/socket_read] Fix available bug when limit of aggregated read by…"}},{"before":"4ff851e5b21fed80ada99fd88bec4173cfb9e4ed","after":"ed4b9377d003cb368a01be249b82892cf3814103","ref":"refs/heads/main","pushedAt":"2024-06-03T11:01:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[io/socket_read] Fix `available` bug when limit of aggregated read bytes goes into effect\n\nIn 7fa9b814d28f032163ba51e56aedcb5d0c638cd3\n(https://dart-review.googlesource.com/c/sdk/+/369141) a limit was\nintroduced to prevent OOM.\nIt however introduced a bug where `available` would be out of sync\n(> 0 when it should be 0) causing issues - seemingly an infinite loop\nwhere it continues trying to read even though no data is available - and\ne.g. the weekly bot timed out after 12 hours because stuff didn't work.\n(I think the issue is `stopRead()` returning false, but isn't sure).\n\nThis CL fixes the issue by updating the field before the possible break.\n\nTEST=Hopefully a test will be added in a follow-up.\n\nChange-Id: I722c8868fd7354fc9403e8d2f387914c3fab884a\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369243\nCommit-Queue: Jens Johansen \nReviewed-by: Martin Kustermann ","shortMessageHtmlLink":"[io/socket_read] Fix available bug when limit of aggregated read by…"}},{"before":"ed36bdd851111c4fa1cf1b2172ee69dd990b058a","after":"4ff851e5b21fed80ada99fd88bec4173cfb9e4ed","ref":"refs/heads/master","pushedAt":"2024-06-03T09:52:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[co19] Roll co19 to 0a9f7daccd0e682ab791f04ecc23f1dbcee04977\n\n2024-05-30 sgrekhov22@gmail.com dart-lang/co19#2641. Add super parameters tests (dart-lang/co19#2687)\n2024-05-29 sgrekhov22@gmail.com Fixes dart-lang/co19#2678. Add more extension types static vs instance conflict tests (dart-lang/co19#2692)\n2024-05-29 sgrekhov22@gmail.com Fixes dart-lang/co19#2668. Reorder switch expressions to avoid flow analysis secondary issues (dart-lang/co19#2693)\n2024-05-28 sgrekhov22@gmail.com dart-lang/co19#2641. Add external functions and covariant parameters tests (dart-lang/co19#2691)\n2024-05-28 sgrekhov22@gmail.com Fixes dart-lang/co19#2689. Add more extension methods tests (dart-lang/co19#2690)\n2024-05-27 sgrekhov22@gmail.com dart-lang/co19#2641. Add extension types tests (dart-lang/co19#2688)\n\nR=brianwilkerson@google.com\n\nChange-Id: Ie5c551e3198e748b55d45ec5039d1ff836444ee2\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369000\nAuto-Submit: Sergey Grekhov \nReviewed-by: Alexander Thomas \nReviewed-by: Erik Ernst \nCommit-Queue: Alexander Thomas ","shortMessageHtmlLink":"[co19] Roll co19 to 0a9f7daccd0e682ab791f04ecc23f1dbcee04977"}},{"before":"ed36bdd851111c4fa1cf1b2172ee69dd990b058a","after":"4ff851e5b21fed80ada99fd88bec4173cfb9e4ed","ref":"refs/heads/main","pushedAt":"2024-06-03T09:52:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[co19] Roll co19 to 0a9f7daccd0e682ab791f04ecc23f1dbcee04977\n\n2024-05-30 sgrekhov22@gmail.com dart-lang/co19#2641. Add super parameters tests (dart-lang/co19#2687)\n2024-05-29 sgrekhov22@gmail.com Fixes dart-lang/co19#2678. Add more extension types static vs instance conflict tests (dart-lang/co19#2692)\n2024-05-29 sgrekhov22@gmail.com Fixes dart-lang/co19#2668. Reorder switch expressions to avoid flow analysis secondary issues (dart-lang/co19#2693)\n2024-05-28 sgrekhov22@gmail.com dart-lang/co19#2641. Add external functions and covariant parameters tests (dart-lang/co19#2691)\n2024-05-28 sgrekhov22@gmail.com Fixes dart-lang/co19#2689. Add more extension methods tests (dart-lang/co19#2690)\n2024-05-27 sgrekhov22@gmail.com dart-lang/co19#2641. Add extension types tests (dart-lang/co19#2688)\n\nR=brianwilkerson@google.com\n\nChange-Id: Ie5c551e3198e748b55d45ec5039d1ff836444ee2\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369000\nAuto-Submit: Sergey Grekhov \nReviewed-by: Alexander Thomas \nReviewed-by: Erik Ernst \nCommit-Queue: Alexander Thomas ","shortMessageHtmlLink":"[co19] Roll co19 to 0a9f7daccd0e682ab791f04ecc23f1dbcee04977"}},{"before":null,"after":"290bdef774d86b08cf16b6691683bb17a152185a","ref":"refs/heads/dependabot/github_actions/github/codeql-action-3.25.7","pushedAt":"2024-06-03T08:33:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github/codeql-action from 3.25.6 to 3.25.7\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.6 to 3.25.7.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/9fdb3e49720b44c48891d036bb502feb25684276...f079b8493333aace61c81488f8bd40919487bd9f)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github/codeql-action from 3.25.6 to 3.25.7"}},{"before":"53c41325c29f69fee890df64eb6b0383875e27b2","after":"411ddd5acfab2b927d1d8dfe9088651423d9fb53","ref":"refs/heads/dev","pushedAt":"2024-06-03T08:04:13.000Z","pushType":"push","commitsCount":29,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Version 3.5.0-215.0.dev\n\nMerge b2517e934fbac5d98e6c89816317a029031f82ed into dev","shortMessageHtmlLink":"Version 3.5.0-215.0.dev"}},{"before":"b2517e934fbac5d98e6c89816317a029031f82ed","after":"ed36bdd851111c4fa1cf1b2172ee69dd990b058a","ref":"refs/heads/master","pushedAt":"2024-06-03T07:28:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[dart2wasm] Make _TypeUniverse a purely abstract class with static methods\n\nThere's no need to make an instance of _TypeUniverse and pass around a\n`this` reference to method calls as there's no state.\n\nIssue https://github.com/dart-lang/sdk/issues/55516\n\nChange-Id: I522a3ef677d0301c0a5dcd1d83499a99293618a3\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369242\nReviewed-by: Ömer Ağacan \nCommit-Queue: Martin Kustermann ","shortMessageHtmlLink":"[dart2wasm] Make _TypeUniverse a purely abstract class with static me…"}},{"before":"b2517e934fbac5d98e6c89816317a029031f82ed","after":"ed36bdd851111c4fa1cf1b2172ee69dd990b058a","ref":"refs/heads/main","pushedAt":"2024-06-03T07:28:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[dart2wasm] Make _TypeUniverse a purely abstract class with static methods\n\nThere's no need to make an instance of _TypeUniverse and pass around a\n`this` reference to method calls as there's no state.\n\nIssue https://github.com/dart-lang/sdk/issues/55516\n\nChange-Id: I522a3ef677d0301c0a5dcd1d83499a99293618a3\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369242\nReviewed-by: Ömer Ağacan \nCommit-Queue: Martin Kustermann ","shortMessageHtmlLink":"[dart2wasm] Make _TypeUniverse a purely abstract class with static me…"}},{"before":"a446cd96670bd461185ae58048ed02bb223468a1","after":"b2517e934fbac5d98e6c89816317a029031f82ed","ref":"refs/heads/master","pushedAt":"2024-06-03T06:45:22.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[cfe] Remove Env.isNonNullableByDefault\n\n+ a few other references of 'isNonNullableByDefault'\n\nChange-Id: Ifcd6bf5c2cc5dbbca7dda1576248fc4cd59eed5e\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369023\nReviewed-by: Chloe Stefantsova \nCommit-Queue: Johnni Winther ","shortMessageHtmlLink":"[cfe] Remove Env.isNonNullableByDefault"}},{"before":"a446cd96670bd461185ae58048ed02bb223468a1","after":"b2517e934fbac5d98e6c89816317a029031f82ed","ref":"refs/heads/main","pushedAt":"2024-06-03T06:45:22.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[cfe] Remove Env.isNonNullableByDefault\n\n+ a few other references of 'isNonNullableByDefault'\n\nChange-Id: Ifcd6bf5c2cc5dbbca7dda1576248fc4cd59eed5e\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369023\nReviewed-by: Chloe Stefantsova \nCommit-Queue: Johnni Winther ","shortMessageHtmlLink":"[cfe] Remove Env.isNonNullableByDefault"}},{"before":"1b9cc28879d1c71c02dd0e0ba4839cb314ee7c74","after":"a446cd96670bd461185ae58048ed02bb223468a1","ref":"refs/heads/master","pushedAt":"2024-06-03T02:46:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"update `DEAD_CODE` analysis for local wildcard functions\n\nSee: https://github.com/dart-lang/sdk/issues/55680\n\nChange-Id: Ib65be42206c6bd66ddaaf54224490870acf4a2bd\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/368941\nAuto-Submit: Phil Quitslund \nReviewed-by: Brian Wilkerson \nCommit-Queue: Phil Quitslund ","shortMessageHtmlLink":"update DEAD_CODE analysis for local wildcard functions"}},{"before":"1b9cc28879d1c71c02dd0e0ba4839cb314ee7c74","after":"a446cd96670bd461185ae58048ed02bb223468a1","ref":"refs/heads/main","pushedAt":"2024-06-03T02:46:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"update `DEAD_CODE` analysis for local wildcard functions\n\nSee: https://github.com/dart-lang/sdk/issues/55680\n\nChange-Id: Ib65be42206c6bd66ddaaf54224490870acf4a2bd\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/368941\nAuto-Submit: Phil Quitslund \nReviewed-by: Brian Wilkerson \nCommit-Queue: Phil Quitslund ","shortMessageHtmlLink":"update DEAD_CODE analysis for local wildcard functions"}},{"before":"fc4bcab2efd43c8928c26d66a194785f5fd52ce4","after":"1b9cc28879d1c71c02dd0e0ba4839cb314ee7c74","ref":"refs/heads/master","pushedAt":"2024-06-03T00:38:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"CQ. Make FileSource API, move to lib/source.\n\nChange-Id: I981d3f0904917ada322ca06448f03ff33ae1f095\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369360\nCommit-Queue: Konstantin Shcheglov \nReviewed-by: Samuel Rawlins ","shortMessageHtmlLink":"CQ. Make FileSource API, move to lib/source."}},{"before":"fc4bcab2efd43c8928c26d66a194785f5fd52ce4","after":"1b9cc28879d1c71c02dd0e0ba4839cb314ee7c74","ref":"refs/heads/main","pushedAt":"2024-06-03T00:38:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"CQ. Make FileSource API, move to lib/source.\n\nChange-Id: I981d3f0904917ada322ca06448f03ff33ae1f095\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369360\nCommit-Queue: Konstantin Shcheglov \nReviewed-by: Samuel Rawlins ","shortMessageHtmlLink":"CQ. Make FileSource API, move to lib/source."}},{"before":"a4d3ee054d088bd51a311328b44e992a042ccca9","after":"fc4bcab2efd43c8928c26d66a194785f5fd52ce4","ref":"refs/heads/master","pushedAt":"2024-06-02T20:34:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[io] Propagate cancellation in _HttpOutgoing.addStream\n\nIf HttpResponse is being closed prematurally (e.g. because client\ndecided to close its request) we need to propagate cancellation\nto the stream which is being piped into the response. Otherwise\nwe will keep that stream forever hanging around and leak underlying\nresources.\n\nFixes https://github.com/dart-lang/sdk/issues/55886\n\nTEST=tests/standalone/io/regress_55886_test.dart\nR=kustermann@google.com\n\nChange-Id: I7c294ed19cc7c350fd101b078bd650ce8a6526a2\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369061\nReviewed-by: Martin Kustermann \nCommit-Queue: Martin Kustermann ","shortMessageHtmlLink":"[io] Propagate cancellation in _HttpOutgoing.addStream"}},{"before":"a4d3ee054d088bd51a311328b44e992a042ccca9","after":"fc4bcab2efd43c8928c26d66a194785f5fd52ce4","ref":"refs/heads/main","pushedAt":"2024-06-02T20:34:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[io] Propagate cancellation in _HttpOutgoing.addStream\n\nIf HttpResponse is being closed prematurally (e.g. because client\ndecided to close its request) we need to propagate cancellation\nto the stream which is being piped into the response. Otherwise\nwe will keep that stream forever hanging around and leak underlying\nresources.\n\nFixes https://github.com/dart-lang/sdk/issues/55886\n\nTEST=tests/standalone/io/regress_55886_test.dart\nR=kustermann@google.com\n\nChange-Id: I7c294ed19cc7c350fd101b078bd650ce8a6526a2\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369061\nReviewed-by: Martin Kustermann \nCommit-Queue: Martin Kustermann ","shortMessageHtmlLink":"[io] Propagate cancellation in _HttpOutgoing.addStream"}},{"before":"51ea22f13f5353c53ab6b5b72e0d94bc7714e20d","after":"a4d3ee054d088bd51a311328b44e992a042ccca9","ref":"refs/heads/master","pushedAt":"2024-06-01T21:52:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[tests] Use asyncStart/asyncEnd for two language tests\n\nIn order for asynchronous tests to work on the web, they have to tell\nthe test runner that\n\n* the test is async\n* when the async test has finished running\n\nThis is done via calling asyncStart/asyncEnd.\n\nIssue https://github.com/dart-lang/sdk/issues/52631\nIssue https://github.com/dart-lang/sdk/issues/55865\n\nChange-Id: I790960d7da708de4e36be9197ceb3e89f316a84e\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/368581\nReviewed-by: Ömer Ağacan \nCommit-Queue: Martin Kustermann ","shortMessageHtmlLink":"[tests] Use asyncStart/asyncEnd for two language tests"}},{"before":"51ea22f13f5353c53ab6b5b72e0d94bc7714e20d","after":"a4d3ee054d088bd51a311328b44e992a042ccca9","ref":"refs/heads/main","pushedAt":"2024-06-01T21:52:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[tests] Use asyncStart/asyncEnd for two language tests\n\nIn order for asynchronous tests to work on the web, they have to tell\nthe test runner that\n\n* the test is async\n* when the async test has finished running\n\nThis is done via calling asyncStart/asyncEnd.\n\nIssue https://github.com/dart-lang/sdk/issues/52631\nIssue https://github.com/dart-lang/sdk/issues/55865\n\nChange-Id: I790960d7da708de4e36be9197ceb3e89f316a84e\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/368581\nReviewed-by: Ömer Ağacan \nCommit-Queue: Martin Kustermann ","shortMessageHtmlLink":"[tests] Use asyncStart/asyncEnd for two language tests"}},{"before":"28be4efd8f9c576471310bf2c798204d2873f021","after":"51ea22f13f5353c53ab6b5b72e0d94bc7714e20d","ref":"refs/heads/master","pushedAt":"2024-05-31T22:30:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[vm/io] Explain why the return of inflateReset can be ignored\n\nChange-Id: I9e2bda9786f15118b422db2d6dc9c2b4aee3e272\nTested: comment-only\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369180\nReviewed-by: Alexander Aprelev \nCommit-Queue: Brian Quinlan ","shortMessageHtmlLink":"[vm/io] Explain why the return of inflateReset can be ignored"}},{"before":"28be4efd8f9c576471310bf2c798204d2873f021","after":"51ea22f13f5353c53ab6b5b72e0d94bc7714e20d","ref":"refs/heads/main","pushedAt":"2024-05-31T22:30:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[vm/io] Explain why the return of inflateReset can be ignored\n\nChange-Id: I9e2bda9786f15118b422db2d6dc9c2b4aee3e272\nTested: comment-only\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369180\nReviewed-by: Alexander Aprelev \nCommit-Queue: Brian Quinlan ","shortMessageHtmlLink":"[vm/io] Explain why the return of inflateReset can be ignored"}},{"before":"3bf8f35014451108bf7e739d9346070951e78939","after":"28be4efd8f9c576471310bf2c798204d2873f021","ref":"refs/heads/master","pushedAt":"2024-05-31T21:42:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"meta: require that @mustCallSuper only annotates overridable members.\n\nPreviously, this behavior was custom-wired into the Dart analyzer, but\nnow it is specified with TargetKinds.\n\nIn the analyzer we remove special annotation-target-verification for\n`mustCallSuper`.\n\nChange-Id: Ibd3ada0a612069c5286facffaad557671c7a85b9\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369140\nReviewed-by: Brian Wilkerson \nCommit-Queue: Samuel Rawlins ","shortMessageHtmlLink":"meta: require that @mustCallSuper only annotates overridable members."}},{"before":"3bf8f35014451108bf7e739d9346070951e78939","after":"28be4efd8f9c576471310bf2c798204d2873f021","ref":"refs/heads/main","pushedAt":"2024-05-31T21:42:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"meta: require that @mustCallSuper only annotates overridable members.\n\nPreviously, this behavior was custom-wired into the Dart analyzer, but\nnow it is specified with TargetKinds.\n\nIn the analyzer we remove special annotation-target-verification for\n`mustCallSuper`.\n\nChange-Id: Ibd3ada0a612069c5286facffaad557671c7a85b9\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369140\nReviewed-by: Brian Wilkerson \nCommit-Queue: Samuel Rawlins ","shortMessageHtmlLink":"meta: require that @mustCallSuper only annotates overridable members."}},{"before":"ea44765874030bd29e9c3d9b8dae5331b774e347","after":"3bf8f35014451108bf7e739d9346070951e78939","ref":"refs/heads/master","pushedAt":"2024-05-31T21:13:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[standalone] Remove dead VM sections from blob container format.\n\nTEST=ci\nChange-Id: I78940e2c617c33983748e7532cec305b1ecd1c18\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369101\nReviewed-by: Alexander Aprelev \nCommit-Queue: Ryan Macnak ","shortMessageHtmlLink":"[standalone] Remove dead VM sections from blob container format."}},{"before":"ea44765874030bd29e9c3d9b8dae5331b774e347","after":"3bf8f35014451108bf7e739d9346070951e78939","ref":"refs/heads/main","pushedAt":"2024-05-31T21:13:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[standalone] Remove dead VM sections from blob container format.\n\nTEST=ci\nChange-Id: I78940e2c617c33983748e7532cec305b1ecd1c18\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369101\nReviewed-by: Alexander Aprelev \nCommit-Queue: Ryan Macnak ","shortMessageHtmlLink":"[standalone] Remove dead VM sections from blob container format."}},{"before":"4f6cca1e1e6a6e9831409d13ed3fc02e898473ae","after":"ea44765874030bd29e9c3d9b8dae5331b774e347","ref":"refs/heads/master","pushedAt":"2024-05-31T20:25:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[vm/io] Add support for decompressing concatenated zip/gzip blocks.\n\nBug:https://github.com/dart-lang/sdk/issues/55469\nChange-Id: I030e22cafba9164b305972c53d3ba9342503a836\nTested: unit tests\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/363964\nReviewed-by: Alexander Aprelev \nCommit-Queue: Brian Quinlan ","shortMessageHtmlLink":"[vm/io] Add support for decompressing concatenated zip/gzip blocks."}},{"before":"4f6cca1e1e6a6e9831409d13ed3fc02e898473ae","after":"ea44765874030bd29e9c3d9b8dae5331b774e347","ref":"refs/heads/main","pushedAt":"2024-05-31T20:25:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[vm/io] Add support for decompressing concatenated zip/gzip blocks.\n\nBug:https://github.com/dart-lang/sdk/issues/55469\nChange-Id: I030e22cafba9164b305972c53d3ba9342503a836\nTested: unit tests\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/363964\nReviewed-by: Alexander Aprelev \nCommit-Queue: Brian Quinlan ","shortMessageHtmlLink":"[vm/io] Add support for decompressing concatenated zip/gzip blocks."}},{"before":"2628bfe7339770133ba32e7052085a64857f38c2","after":"4f6cca1e1e6a6e9831409d13ed3fc02e898473ae","ref":"refs/heads/master","pushedAt":"2024-05-31T20:23:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"CQ. Extract package:analyzer/error/error.dart library cycle.\n\nBy removing unnecessary references to higher level libraries we\ncan extract a separate 19 libraries cycle, related to errors. Maybe\nlater we can break it further.\n\nThis reduces the mono-cycle from 295 to 270 libraries.\n\nChange-Id: Id9db12002dba10788b65262d3d7325ad6079ceff\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369120\nReviewed-by: Brian Wilkerson \nCommit-Queue: Konstantin Shcheglov ","shortMessageHtmlLink":"CQ. Extract package:analyzer/error/error.dart library cycle."}},{"before":"2628bfe7339770133ba32e7052085a64857f38c2","after":"4f6cca1e1e6a6e9831409d13ed3fc02e898473ae","ref":"refs/heads/main","pushedAt":"2024-05-31T20:23:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"CQ. Extract package:analyzer/error/error.dart library cycle.\n\nBy removing unnecessary references to higher level libraries we\ncan extract a separate 19 libraries cycle, related to errors. Maybe\nlater we can break it further.\n\nThis reduces the mono-cycle from 295 to 270 libraries.\n\nChange-Id: Id9db12002dba10788b65262d3d7325ad6079ceff\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/369120\nReviewed-by: Brian Wilkerson \nCommit-Queue: Konstantin Shcheglov ","shortMessageHtmlLink":"CQ. Extract package:analyzer/error/error.dart library cycle."}},{"before":"d696014fe5c2228d1619fdad4f5d101e3d0be489","after":"2628bfe7339770133ba32e7052085a64857f38c2","ref":"refs/heads/master","pushedAt":"2024-05-31T20:08:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"QuickFix. Issue 55805. Create extension method.\n\nBug: https://github.com/dart-lang/sdk/issues/55805\nChange-Id: Ifbe1420413ebe20e6e5e28c49da6c1cde6f801ee\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/368900\nReviewed-by: Brian Wilkerson \nCommit-Queue: Konstantin Shcheglov ","shortMessageHtmlLink":"QuickFix. Issue 55805. Create extension method."}},{"before":"d696014fe5c2228d1619fdad4f5d101e3d0be489","after":"2628bfe7339770133ba32e7052085a64857f38c2","ref":"refs/heads/main","pushedAt":"2024-05-31T20:08:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"QuickFix. Issue 55805. Create extension method.\n\nBug: https://github.com/dart-lang/sdk/issues/55805\nChange-Id: Ifbe1420413ebe20e6e5e28c49da6c1cde6f801ee\nReviewed-on: https://dart-review.googlesource.com/c/sdk/+/368900\nReviewed-by: Brian Wilkerson \nCommit-Queue: Konstantin Shcheglov ","shortMessageHtmlLink":"QuickFix. Issue 55805. Create extension method."}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWtV80wA","startCursor":null,"endCursor":null}},"title":"Activity · dart-lang/sdk"}