{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":19355697,"defaultBranch":"master","name":"racket","ownerLogin":"gus-massa","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2014-05-01T19:46:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1566656?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1719604200.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"a8bfc8ae3608cd5bb770161d6bea9780167e23e6","ref":"refs/heads/24-6-Regexps","pushedAt":"2024-06-28T19:50:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gus-massa","name":null,"path":"/gus-massa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1566656?s=80&v=4"},"commit":{"message":"fix regexps docs","shortMessageHtmlLink":"fix regexps docs"}},{"before":"b6e6412e3ce0c3a49b06a961adeb0c125787d36d","after":"9cca005e9b2b59d27c85b588e4c18c60b4f118ac","ref":"refs/heads/master","pushedAt":"2024-06-28T19:36:44.000Z","pushType":"push","commitsCount":637,"pusher":{"login":"gus-massa","name":null,"path":"/gus-massa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1566656?s=80&v=4"},"commit":{"message":"Timestamp output to aid DrDr debugging.","shortMessageHtmlLink":"Timestamp output to aid DrDr debugging."}},{"before":"d9f3898d6b06fb3a049fe5a64cb9e094dcf2bb70","after":"4c01f10dd0eeab90f4f8465a9426d40f107489ef","ref":"refs/heads/23-12-Add1","pushedAt":"2023-12-31T02:26:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gus-massa","name":null,"path":"/gus-massa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1566656?s=80&v=4"},"commit":{"message":"fixup! Chez Scheme: add add1, sub1 and abs to cptypes","shortMessageHtmlLink":"fixup! Chez Scheme: add add1, sub1 and abs to cptypes"}},{"before":null,"after":"d9f3898d6b06fb3a049fe5a64cb9e094dcf2bb70","ref":"refs/heads/23-12-Add1","pushedAt":"2023-12-23T05:06:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gus-massa","name":null,"path":"/gus-massa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1566656?s=80&v=4"},"commit":{"message":"Chez Scheme: add add1, sub1 and abs to cptypes","shortMessageHtmlLink":"Chez Scheme: add add1, sub1 and abs to cptypes"}},{"before":"50f692a15db33d7efc944d239346bb9aba788801","after":"7df946ba00dbb5627ec166aa06d1b9d7565b6a04","ref":"refs/heads/23-10-ContractsPredicates","pushedAt":"2023-10-03T12:06:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gus-massa","name":null,"path":"/gus-massa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1566656?s=80&v=4"},"commit":{"message":"add special cases to table of known good syms for contracts","shortMessageHtmlLink":"add special cases to table of known good syms for contracts"}},{"before":"7459c3bb0b7448693cb07cb90669b174ad282892","after":"50f692a15db33d7efc944d239346bb9aba788801","ref":"refs/heads/23-10-ContractsPredicates","pushedAt":"2023-10-03T03:12:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gus-massa","name":null,"path":"/gus-massa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1566656?s=80&v=4"},"commit":{"message":"add special cases to table of known good syms for contracts","shortMessageHtmlLink":"add special cases to table of known good syms for contracts"}},{"before":null,"after":"7459c3bb0b7448693cb07cb90669b174ad282892","ref":"refs/heads/23-10-ContractsPredicates","pushedAt":"2023-10-03T02:55:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gus-massa","name":null,"path":"/gus-massa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1566656?s=80&v=4"},"commit":{"message":"update table of known good syms for contracts","shortMessageHtmlLink":"update table of known good syms for contracts"}},{"before":"2520d0321624eef198e964672111b8bec7545e91","after":"51a4117af2ece600e2153926f7dcde7ec8843044","ref":"refs/heads/23-8-DocsTraits","pushedAt":"2023-08-19T18:16:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gus-massa","name":null,"path":"/gus-massa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1566656?s=80&v=4"},"commit":{"message":"fix docs for traits","shortMessageHtmlLink":"fix docs for traits"}},{"before":null,"after":"2520d0321624eef198e964672111b8bec7545e91","ref":"refs/heads/23-8-DocsTraits","pushedAt":"2023-08-11T00:29:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gus-massa","name":null,"path":"/gus-massa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1566656?s=80&v=4"},"commit":{"message":"fix docs for traits","shortMessageHtmlLink":"fix docs for traits"}},{"before":"ede4dd3d3d5a59e0e568e3e187887480f1e3c02f","after":"f6e466b4058e2343a87165b5a458bba4d3339126","ref":"refs/heads/23-3-List","pushedAt":"2023-04-17T02:50:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gus-massa","name":null,"path":"/gus-massa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1566656?s=80&v=4"},"commit":{"message":"Chez Scheme: improve support for lists in cptypes\n\nMove `list` form the normalptr slot to the multiplet slot.\nIn particular, this allows the reduction of\n\n (lambda (x f)\n (unless (list-assuming-immutable? x)\n (f)\n (list-assuming-immutable? x)))\n\n`pair`s are split in `list-pairs` and `nonlist-pairs`.\nA `pair` may go from one classification to the other,\nso the internal representations of the `list?` predicate\nuse both of them or neither.","shortMessageHtmlLink":"Chez Scheme: improve support for lists in cptypes"}},{"before":"ede4dd3d3d5a59e0e568e3e187887480f1e3c02f","after":"f6e466b4058e2343a87165b5a458bba4d3339126","ref":"refs/heads/23-3-List-Z","pushedAt":"2023-04-17T00:27:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gus-massa","name":null,"path":"/gus-massa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1566656?s=80&v=4"},"commit":{"message":"Chez Scheme: improve support for lists in cptypes\n\nMove `list` form the normalptr slot to the multiplet slot.\nIn particular, this allows the reduction of\n\n (lambda (x f)\n (unless (list-assuming-immutable? x)\n (f)\n (list-assuming-immutable? x)))\n\n`pair`s are split in `list-pairs` and `nonlist-pairs`.\nA `pair` may go from one classification to the other,\nso the internal representations of the `list?` predicate\nuse both of them or neither.","shortMessageHtmlLink":"Chez Scheme: improve support for lists in cptypes"}},{"before":"e39f8344c0592229013cf6168bae922d717eee81","after":"b6e6412e3ce0c3a49b06a961adeb0c125787d36d","ref":"refs/heads/master","pushedAt":"2023-03-29T12:11:26.189Z","pushType":"push","commitsCount":50,"pusher":{"login":"gus-massa","name":null,"path":"/gus-massa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1566656?s=80&v=4"},"commit":{"message":"correct minor spelling error","shortMessageHtmlLink":"correct minor spelling error"}},{"before":"48fa11c1908d0607b1c35004b2c2586545b74f02","after":"ede4dd3d3d5a59e0e568e3e187887480f1e3c02f","ref":"refs/heads/23-3-List","pushedAt":"2023-03-29T02:01:07.514Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gus-massa","name":null,"path":"/gus-massa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1566656?s=80&v=4"},"commit":{"message":"Chez Scheme: improve support for lists in cptypes\n\nMove `list` form the normalptr slot to the multiplet slot.\nIn particular, this allows the reduction of\n\n (lambda (x f)\n (unless (list-assuming-immutable? x)\n (f)\n (list-assuming-immutable? x)))\n\n`pair`s are split in `list-pairs` and `nonlist-pairs`.\nA `pair` may go from one classification to the other,\nso the internal representations of the `list?` predicate\nuse both of them or neither.","shortMessageHtmlLink":"Chez Scheme: improve support for lists in cptypes"}},{"before":null,"after":"ede4dd3d3d5a59e0e568e3e187887480f1e3c02f","ref":"refs/heads/23-3-List-Z","pushedAt":"2023-03-29T01:17:48.885Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gus-massa","name":null,"path":"/gus-massa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1566656?s=80&v=4"},"commit":{"message":"Chez Scheme: improve support for lists in cptypes\n\nMove `list` form the normalptr slot to the multiplet slot.\nIn particular, this allows the reduction of\n\n (lambda (x f)\n (unless (list-assuming-immutable? x)\n (f)\n (list-assuming-immutable? x)))\n\n`pair`s are split in `list-pairs` and `nonlist-pairs`.\nA `pair` may go from one classification to the other,\nso the internal representations of the `list?` predicate\nuse both of them or neither.","shortMessageHtmlLink":"Chez Scheme: improve support for lists in cptypes"}},{"before":"5a5d1e52efa810a18713a4bee6100edc2fceb7ae","after":"48fa11c1908d0607b1c35004b2c2586545b74f02","ref":"refs/heads/23-3-List","pushedAt":"2023-03-19T20:04:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gus-massa","name":null,"path":"/gus-massa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1566656?s=80&v=4"},"commit":{"message":"more list subvariants","shortMessageHtmlLink":"more list subvariants"}},{"before":null,"after":"5a5d1e52efa810a18713a4bee6100edc2fceb7ae","ref":"refs/heads/23-3-List","pushedAt":"2023-03-19T17:26:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gus-massa","name":null,"path":"/gus-massa","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1566656?s=80&v=4"},"commit":{"message":"more list subvariants","shortMessageHtmlLink":"more list subvariants"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0yOFQxOTo1MDowMC4wMDAwMDBazwAAAARyLoE_","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0yOFQxOTo1MDowMC4wMDAwMDBazwAAAARyLoE_","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wMy0xOVQxNzoyNjo1Mi4wMDAwMDBazwAAAAMGqWnP"}},"title":"Activity ยท gus-massa/racket"}