{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":252708440,"defaultBranch":"master","name":"proposal-async-context","ownerLogin":"tc39","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-04-03T11:08:00.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1725583?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720690604.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"1b96a0c586986cbcb53de4f5d06097bee1426bbb","ref":"refs/heads/context-scope","pushedAt":"2024-07-11T09:36:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"legendecas","name":"Chengzhong Wu","path":"/legendecas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8500303?s=80&v=4"},"commit":{"message":"Split strict scope from Variable.run","shortMessageHtmlLink":"Split strict scope from Variable.run"}},{"before":"f57015b83eb29e18712e7e63f323eee02c4c350e","after":"51d3938a30bf7a89c54955b2c3afe6d6819215ad","ref":"refs/heads/gh-pages","pushedAt":"2024-07-11T09:18:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Updates","shortMessageHtmlLink":"Updates"}},{"before":"32439151c7a06df9bba38ecdfcf2f2400ec81080","after":"5dae578607967361667a319a0b4b416516bf33ac","ref":"refs/heads/master","pushedAt":"2024-07-11T09:17:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"legendecas","name":"Chengzhong Wu","path":"/legendecas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8500303?s=80&v=4"},"commit":{"message":"Add two FAQs about alternative snapshots to the README (#96)","shortMessageHtmlLink":"Add two FAQs about alternative snapshots to the README (#96)"}},{"before":"0ab786c875c48495ad45673653676a2b835aebe2","after":"f57015b83eb29e18712e7e63f323eee02c4c350e","ref":"refs/heads/gh-pages","pushedAt":"2024-07-10T15:10:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Updates","shortMessageHtmlLink":"Updates"}},{"before":"67cc6f9b420d6fa3f42c408f4732f5c9bf036802","after":null,"ref":"refs/heads/to-async-context-snapshot-object","pushedAt":"2024-07-10T15:09:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"andreubotella","name":"Andreu Botella","path":"/andreubotella","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8225977?s=80&v=4"}},{"before":"1fd6726ecfc893bec7a12b678b660d03a81474ea","after":"32439151c7a06df9bba38ecdfcf2f2400ec81080","ref":"refs/heads/master","pushedAt":"2024-07-10T15:09:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andreubotella","name":"Andreu Botella","path":"/andreubotella","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8225977?s=80&v=4"},"commit":{"message":"Add `CreateAsyncContextSnapshot` AO (#97)\n\nIn the web integration of AsyncContext, web specs will need to create\r\n`AsyncContext.Snapshot` objects from an AsyncContext mapping; and we\r\nexpect this to be necessary for other kinds of hosts as well, such as\r\nNode.js.\r\n\r\nCurrently the spec text does not provide any way to do that other than\r\nmanually creating the object and populating its\r\n`[[AsyncContextMapping]]` slot, since the `AsyncContext.Snapshot`\r\nconstructor always uses the current mapping. So this patch adds an\r\nabstract operation called `CreateAsyncContextSnapshot` that provides\r\nthis capability.","shortMessageHtmlLink":"Add CreateAsyncContextSnapshot AO (#97)"}},{"before":"2ed4db2cc6fec92cef1e812123b6f87aaf60d9ae","after":"67cc6f9b420d6fa3f42c408f4732f5c9bf036802","ref":"refs/heads/to-async-context-snapshot-object","pushedAt":"2024-07-09T18:03:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"andreubotella","name":"Andreu Botella","path":"/andreubotella","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8225977?s=80&v=4"},"commit":{"message":"Add a note that the AO is meant for hosts","shortMessageHtmlLink":"Add a note that the AO is meant for hosts"}},{"before":"ef54ccac077d6f3216473c2dc2094bf500ba11ae","after":"2ed4db2cc6fec92cef1e812123b6f87aaf60d9ae","ref":"refs/heads/to-async-context-snapshot-object","pushedAt":"2024-07-09T15:10:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"andreubotella","name":"Andreu Botella","path":"/andreubotella","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8225977?s=80&v=4"},"commit":{"message":"Add `CreateAsyncContextSnapshot` AO\n\nIn the web integration of AsyncContext, web specs will need to create\n`AsyncContext.Snapshot` objects from an AsyncContext mapping; and we\nexpect this to be necessary for other kinds of hosts as well, such as\nNode.js.\n\nCurrently the spec text does not provide any way to do that other than\nmanually creating the object and populating its\n`[[AsyncContextMapping]]` slot, since the `AsyncContext.Snapshot`\nconstructor always uses the current mapping. So this patch adds an\nabstract operation called `CreateAsyncContextSnapshot` that provides\nthis capability.","shortMessageHtmlLink":"Add CreateAsyncContextSnapshot AO"}},{"before":null,"after":"ef54ccac077d6f3216473c2dc2094bf500ba11ae","ref":"refs/heads/to-async-context-snapshot-object","pushedAt":"2024-07-08T17:29:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"andreubotella","name":"Andreu Botella","path":"/andreubotella","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8225977?s=80&v=4"},"commit":{"message":"Add `ToAsyncContextSnapshotObject` AO\n\nIn the web integration of AsyncContext, web specs will need to create\n`AsyncContext.Snapshot` objects from an AsyncContext mapping; and we\nexpect this to be necessary for other kinds of hosts as well, such as\nNode.js.\n\nCurrently the spec text does not provide any way to do that other than\nmanually creating the object and populating its\n`[[AsyncContextMapping]]` slot, since the `AsyncContext.Snapshot`\nconstructor always uses the current mapping. So this patch adds an\nabstract operation called `ToAsyncContextSnapshotObject` that provides\nthis capability.","shortMessageHtmlLink":"Add ToAsyncContextSnapshotObject AO"}},{"before":"b4052acad859f64294c739c1097fa16e6fb00c59","after":"9022929ab281edd1989e05af12f469bf9d4c4285","ref":"refs/heads/continuation-flow","pushedAt":"2024-07-01T14:51:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"legendecas","name":"Chengzhong Wu","path":"/legendecas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8500303?s=80&v=4"},"commit":{"message":"fixup!","shortMessageHtmlLink":"fixup!"}},{"before":"d372147e3b5ddf45ecce0b792df4502a547e9d63","after":"b4052acad859f64294c739c1097fa16e6fb00c59","ref":"refs/heads/continuation-flow","pushedAt":"2024-06-24T10:47:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"legendecas","name":"Chengzhong Wu","path":"/legendecas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8500303?s=80&v=4"},"commit":{"message":"Add continuation flow doc","shortMessageHtmlLink":"Add continuation flow doc"}},{"before":null,"after":"d372147e3b5ddf45ecce0b792df4502a547e9d63","ref":"refs/heads/continuation-flow","pushedAt":"2024-06-24T10:35:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"legendecas","name":"Chengzhong Wu","path":"/legendecas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8500303?s=80&v=4"},"commit":{"message":"Add continuation flow doc","shortMessageHtmlLink":"Add continuation flow doc"}},{"before":"591030a2f660f651e4ddba968a6bac387289eed8","after":"0ab786c875c48495ad45673653676a2b835aebe2","ref":"refs/heads/gh-pages","pushedAt":"2024-06-10T09:27:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Updates","shortMessageHtmlLink":"Updates"}},{"before":"49aab476beffa8cd13d1bc5a8ae1c289b6a9e5bd","after":null,"ref":"refs/heads/public-meeting","pushedAt":"2024-06-10T09:26:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"legendecas","name":"Chengzhong Wu","path":"/legendecas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8500303?s=80&v=4"}},{"before":"d0e079eea466b90c1fb4bbd4ab945cb87d1cfff6","after":"1fd6726ecfc893bec7a12b678b660d03a81474ea","ref":"refs/heads/master","pushedAt":"2024-06-10T09:26:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"legendecas","name":"Chengzhong Wu","path":"/legendecas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8500303?s=80&v=4"},"commit":{"message":"Add the matrix room link (#87)","shortMessageHtmlLink":"Add the matrix room link (#87)"}},{"before":"fb766d1ed1cb2ecfc00d265e51b6af5ce732fd66","after":"49aab476beffa8cd13d1bc5a8ae1c289b6a9e5bd","ref":"refs/heads/public-meeting","pushedAt":"2024-06-10T09:25:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"legendecas","name":"Chengzhong Wu","path":"/legendecas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8500303?s=80&v=4"},"commit":{"message":"Add the matrix room link","shortMessageHtmlLink":"Add the matrix room link"}},{"before":"952fe80437b830245850a0cb0cf08336cc7f80b7","after":"fb766d1ed1cb2ecfc00d265e51b6af5ce732fd66","ref":"refs/heads/public-meeting","pushedAt":"2024-06-10T05:30:45.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"andreubotella","name":"Andreu Botella","path":"/andreubotella","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8225977?s=80&v=4"},"commit":{"message":"Merge branch 'master' into public-meeting","shortMessageHtmlLink":"Merge branch 'master' into public-meeting"}},{"before":"3d9077f398d4bf6ab964c939d69084e39f2b81a8","after":"591030a2f660f651e4ddba968a6bac387289eed8","ref":"refs/heads/gh-pages","pushedAt":"2024-05-28T09:24:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Updates","shortMessageHtmlLink":"Updates"}},{"before":"a5214219a05fee61486847efff11c5c05731284f","after":null,"ref":"refs/heads/fix-set-name-assert","pushedAt":"2024-05-28T09:23:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"legendecas","name":"Chengzhong Wu","path":"/legendecas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8500303?s=80&v=4"}},{"before":"28fa66d98c48bd68aabc419ec6319f229174a7f9","after":"d0e079eea466b90c1fb4bbd4ab945cb87d1cfff6","ref":"refs/heads/master","pushedAt":"2024-05-28T09:23:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"legendecas","name":"Chengzhong Wu","path":"/legendecas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8500303?s=80&v=4"},"commit":{"message":"Editorial: fix SetFunctionName assertion (#88)","shortMessageHtmlLink":"Editorial: fix SetFunctionName assertion (#88)"}},{"before":"497f9305f176f4d3e16173acc7cd1335d5dda403","after":"3d9077f398d4bf6ab964c939d69084e39f2b81a8","ref":"refs/heads/gh-pages","pushedAt":"2024-05-08T19:04:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Updates","shortMessageHtmlLink":"Updates"}},{"before":"5f1a09cc46a2d462d79183919a2d3d2cd0cefdfd","after":null,"ref":"refs/heads/champion","pushedAt":"2024-05-08T19:04:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"legendecas","name":"Chengzhong Wu","path":"/legendecas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8500303?s=80&v=4"}},{"before":"b1d445b4dbb74ef7df92441d455ae1ea8366c649","after":"28fa66d98c48bd68aabc419ec6319f229174a7f9","ref":"refs/heads/master","pushedAt":"2024-05-08T19:04:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"legendecas","name":"Chengzhong Wu","path":"/legendecas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8500303?s=80&v=4"},"commit":{"message":"Add Andreu Botella as a champion (#89)","shortMessageHtmlLink":"Add Andreu Botella as a champion (#89)"}},{"before":null,"after":"5f1a09cc46a2d462d79183919a2d3d2cd0cefdfd","ref":"refs/heads/champion","pushedAt":"2024-05-07T20:24:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"legendecas","name":"Chengzhong Wu","path":"/legendecas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8500303?s=80&v=4"},"commit":{"message":"Add Andreu Botella as a champion","shortMessageHtmlLink":"Add Andreu Botella as a champion"}},{"before":"02b6bf5d3943429e89e8e87832bd3ac62676a0f8","after":"a5214219a05fee61486847efff11c5c05731284f","ref":"refs/heads/fix-set-name-assert","pushedAt":"2024-05-04T19:09:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"legendecas","name":"Chengzhong Wu","path":"/legendecas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8500303?s=80&v=4"},"commit":{"message":"Editorial: fix SetFunctionName assertion","shortMessageHtmlLink":"Editorial: fix SetFunctionName assertion"}},{"before":null,"after":"02b6bf5d3943429e89e8e87832bd3ac62676a0f8","ref":"refs/heads/fix-set-name-assert","pushedAt":"2024-05-04T19:07:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"legendecas","name":"Chengzhong Wu","path":"/legendecas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8500303?s=80&v=4"},"commit":{"message":"Editorial: fix SetFunctionName assertion","shortMessageHtmlLink":"Editorial: fix SetFunctionName assertion"}},{"before":null,"after":"952fe80437b830245850a0cb0cf08336cc7f80b7","ref":"refs/heads/public-meeting","pushedAt":"2024-05-04T14:37:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"legendecas","name":"Chengzhong Wu","path":"/legendecas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8500303?s=80&v=4"},"commit":{"message":"Add matrix room and public calendar links","shortMessageHtmlLink":"Add matrix room and public calendar links"}},{"before":"81b75c4454ae61780f9b8eb8c974ae4357acc6bd","after":"497f9305f176f4d3e16173acc7cd1335d5dda403","ref":"refs/heads/gh-pages","pushedAt":"2024-05-04T14:11:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Updates","shortMessageHtmlLink":"Updates"}},{"before":"bdd5486a5938ef121ed92533ba5e93a831037536","after":"b1d445b4dbb74ef7df92441d455ae1ea8366c649","ref":"refs/heads/master","pushedAt":"2024-05-04T14:11:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"legendecas","name":"Chengzhong Wu","path":"/legendecas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8500303?s=80&v=4"},"commit":{"message":"Use `CopyNameAndLength` in `Snapshot.wrap` (#86)\n\nThis uses the `CopyNameAndLength` AO defined in the ShadowRealm\r\nproposal to address the unexpected behavior of the `length` property\r\ndiscovered in https://github.com/tc39/test262/pull/3874/files#r1501253279.","shortMessageHtmlLink":"Use CopyNameAndLength in Snapshot.wrap (#86)"}},{"before":"142d81df16f8c4a978f92812813779af97483fb3","after":"81b75c4454ae61780f9b8eb8c974ae4357acc6bd","ref":"refs/heads/gh-pages","pushedAt":"2024-04-30T14:12:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Updates","shortMessageHtmlLink":"Updates"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEfKVkGgA","startCursor":null,"endCursor":null}},"title":"Activity ยท tc39/proposal-async-context"}