{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":27412259,"defaultBranch":"master","name":"typed-racket","ownerLogin":"racket","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-12-02T03:00:29.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/232371?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720428863.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"802ffb3b12cc5808cedd413c017289cab9684a72","ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4.3.4","pushedAt":"2024-07-08T08:54:23.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 actions/upload-artifact from 4.3.3 to 4.3.4\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/upload-artifact from 4.3.3 to 4.3.4"}},{"before":"f0eba8f0ca3c5de34962510a93791acc4fb78179","after":"f8700a549f0d06d059c64be034628275285b8cec","ref":"refs/heads/master","pushedAt":"2024-07-02T19:38:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samth","name":"Sam Tobin-Hochstadt","path":"/samth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244723?s=80&v=4"},"commit":{"message":"Fix type-checking list elements\n\nThis addresses a regression in commit 8d9cb49.\n\nThat commit uses (when (andmap not errs) (expected-but-got ...)) to\nsuppress some errors when type-checking list elements. Before this,\nthere would be two errors reported: one for the list element itself\nand one for the surrounding list. However, as per #1379 this change\nsuppressed too much. In certain cases it wouldn't report any errors\nfor an invalid list.\n\nI couldn't figure out a way to report errors perfectly, so instead,\nI decided to revert the relevant change in 8d9cb49. This means list\ncould report multiple errors again, but it's honestly not that bad.\nIt shows the innermost location where the problem happened, as well\nas the wider context of the list, which can be helpful for locating\nand understanding the error. An example using the code from #1379:\n\nsample.rkt:13:41: Type Checker: type mismatch\n expected: (Listof Xexpr)\n given: (List Positive-Float-No-NaN)\n in: (list invalid)\n - snip -\nsample.rkt:9:2: Type Checker: type mismatch\n expected: Xexpr\n given: (List 'html (List 'body (List 'p String) (Pairof 'p Nothing)))\n in: (quasiquote (html (body (p (unquote (~a invalid))) (p (unquote-splicing ((inst map Xexpr Xexpr) values (list invalid)))))))\n - snip -\nType Checker: Summary: 2 errors encountered\n location...:\n sample.rkt:13:41\n sample.rkt:9:2\n - snip -\n\nThe performance fix from 8d9cb49 still works.","shortMessageHtmlLink":"Fix type-checking list elements"}},{"before":"b6d7fd5f185d299d5701a16340f0353d08484976","after":"f0eba8f0ca3c5de34962510a93791acc4fb78179","ref":"refs/heads/master","pushedAt":"2024-06-25T19:53:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samth","name":"Sam Tobin-Hochstadt","path":"/samth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244723?s=80&v=4"},"commit":{"message":"Handle keyword variants of file operations.","shortMessageHtmlLink":"Handle keyword variants of file operations."}},{"before":"92eff9e9d93c254373460b86316703ab60301875","after":"b6d7fd5f185d299d5701a16340f0353d08484976","ref":"refs/heads/master","pushedAt":"2024-06-07T21:07:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bennn","name":"Ben Greenman","path":"/bennn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1731829?s=80&v=4"},"commit":{"message":"doc: guide, show lambda return-type annotation and explain ann for ca… (#1377)\n\n* doc: guide, show lambda return-type annotation and explain ann for case-lambda returns\r\n\r\n* ^ remove #:doc thanks Oak","shortMessageHtmlLink":"doc: guide, show lambda return-type annotation and explain ann for ca… ("}},{"before":"dcf961082fdf7e335deb5663442b970229bfd3e2","after":null,"ref":"refs/heads/doc-caselambdaann","pushedAt":"2024-06-07T18:06:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bennn","name":"Ben Greenman","path":"/bennn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1731829?s=80&v=4"}},{"before":null,"after":"dcf961082fdf7e335deb5663442b970229bfd3e2","ref":"refs/heads/doc-caselambdaann","pushedAt":"2024-06-07T18:01:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bennn","name":"Ben Greenman","path":"/bennn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1731829?s=80&v=4"},"commit":{"message":"^ remove #:doc thanks Oak","shortMessageHtmlLink":"^ remove #:doc thanks Oak"}},{"before":"c3702d6ee849182ab4cf7fd9d2a8f6135fd7aaa0","after":"92eff9e9d93c254373460b86316703ab60301875","ref":"refs/heads/master","pushedAt":"2024-06-03T17:49:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bennn","name":"Ben Greenman","path":"/bennn","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1731829?s=80&v=4"},"commit":{"message":"doc: replace index + envvar with indexed-envvar","shortMessageHtmlLink":"doc: replace index + envvar with indexed-envvar"}},{"before":"7d85d9f25d1e1fe7a6451a1ecae2f9be3e3b7386","after":null,"ref":"refs/heads/release","pushedAt":"2024-05-18T21:48:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jbclements","name":"John Clements","path":"/jbclements","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226617?s=80&v=4"}},{"before":"e6475a8245ba64dc6bbca4a2a773eb642f995576","after":"c3702d6ee849182ab4cf7fd9d2a8f6135fd7aaa0","ref":"refs/heads/master","pushedAt":"2024-05-16T18:06:41.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"samth","name":"Sam Tobin-Hochstadt","path":"/samth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244723?s=80&v=4"},"commit":{"message":"test unicode aliases.","shortMessageHtmlLink":"test unicode aliases."}},{"before":"53bfb6d50a2116c828240746fd8ba29fc9706fb3","after":"7d85d9f25d1e1fe7a6451a1ecae2f9be3e3b7386","ref":"refs/heads/release","pushedAt":"2024-05-13T17:41:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jbclements","name":"John Clements","path":"/jbclements","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226617?s=80&v=4"},"commit":{"message":"revert unintended part of history update","shortMessageHtmlLink":"revert unintended part of history update"}},{"before":null,"after":"53bfb6d50a2116c828240746fd8ba29fc9706fb3","ref":"refs/heads/release","pushedAt":"2024-05-10T18:07:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"samth","name":"Sam Tobin-Hochstadt","path":"/samth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244723?s=80&v=4"},"commit":{"message":"history for 8.13\n\n(cherry picked from commit e6475a8245ba64dc6bbca4a2a773eb642f995576)","shortMessageHtmlLink":"history for 8.13"}},{"before":"0b641661a118b2050c8557b749d3604e0f6a6514","after":"e6475a8245ba64dc6bbca4a2a773eb642f995576","ref":"refs/heads/master","pushedAt":"2024-05-10T18:07:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"samth","name":"Sam Tobin-Hochstadt","path":"/samth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244723?s=80&v=4"},"commit":{"message":"history for 8.13","shortMessageHtmlLink":"history for 8.13"}},{"before":"f1688939068c741cea7b685033095f6fdf265ebc","after":null,"ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4.3.3","pushedAt":"2024-04-29T09:42:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"7eb48906e16ccf4e65c7695110188ce72bb76047","after":"0b641661a118b2050c8557b749d3604e0f6a6514","ref":"refs/heads/master","pushedAt":"2024-04-29T09:42:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sorawee","name":null,"path":"/sorawee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9099577?s=80&v=4"},"commit":{"message":"Bump actions/upload-artifact from 4.3.1 to 4.3.3\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.3)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/upload-artifact from 4.3.1 to 4.3.3"}},{"before":"58758526a4d98e88851e52e213f330c9dfb3dec6","after":null,"ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4.3.2","pushedAt":"2024-04-29T08:34:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"f1688939068c741cea7b685033095f6fdf265ebc","ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4.3.3","pushedAt":"2024-04-29T08:34:28.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 actions/upload-artifact from 4.3.1 to 4.3.3\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.3)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/upload-artifact from 4.3.1 to 4.3.3"}},{"before":null,"after":"58758526a4d98e88851e52e213f330c9dfb3dec6","ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4.3.2","pushedAt":"2024-04-22T08:27:14.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 actions/upload-artifact from 4.3.1 to 4.3.2\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.2.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/upload-artifact from 4.3.1 to 4.3.2"}},{"before":"7fbc326034f43a9c3c602e3ddbc5c89e010e6bdb","after":null,"ref":"refs/heads/dependabot/github_actions/Bogdanp/setup-racket-1.11","pushedAt":"2024-04-15T09:41:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sorawee","name":null,"path":"/sorawee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9099577?s=80&v=4"}},{"before":"449e77c870ac2240a6e51f6745700755c941ed02","after":"7eb48906e16ccf4e65c7695110188ce72bb76047","ref":"refs/heads/master","pushedAt":"2024-04-15T09:41:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sorawee","name":null,"path":"/sorawee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9099577?s=80&v=4"},"commit":{"message":"Bump Bogdanp/setup-racket from 1.9.1 to 1.11\n\nBumps [Bogdanp/setup-racket](https://github.com/bogdanp/setup-racket) from 1.9.1 to 1.11.\n- [Release notes](https://github.com/bogdanp/setup-racket/releases)\n- [Commits](https://github.com/bogdanp/setup-racket/compare/v1.9.1...v1.11)\n\n---\nupdated-dependencies:\n- dependency-name: Bogdanp/setup-racket\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump Bogdanp/setup-racket from 1.9.1 to 1.11"}},{"before":null,"after":"7fbc326034f43a9c3c602e3ddbc5c89e010e6bdb","ref":"refs/heads/dependabot/github_actions/Bogdanp/setup-racket-1.11","pushedAt":"2024-04-15T08:52:48.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 Bogdanp/setup-racket from 1.9.1 to 1.11\n\nBumps [Bogdanp/setup-racket](https://github.com/bogdanp/setup-racket) from 1.9.1 to 1.11.\n- [Release notes](https://github.com/bogdanp/setup-racket/releases)\n- [Commits](https://github.com/bogdanp/setup-racket/compare/v1.9.1...v1.11)\n\n---\nupdated-dependencies:\n- dependency-name: Bogdanp/setup-racket\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump Bogdanp/setup-racket from 1.9.1 to 1.11"}},{"before":"2e69deadf0a68aab88b4a66c3dc4a772859d7ac0","after":"449e77c870ac2240a6e51f6745700755c941ed02","ref":"refs/heads/master","pushedAt":"2024-04-02T20:43:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samth","name":"Sam Tobin-Hochstadt","path":"/samth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244723?s=80&v=4"},"commit":{"message":"Pass correct argument syntax for keyword applications.\n\nFixes #1360.","shortMessageHtmlLink":"Pass correct argument syntax for keyword applications."}},{"before":"1d773eb27f6a3d805ef83ef6491f380dde8396f3","after":"2e69deadf0a68aab88b4a66c3dc4a772859d7ac0","ref":"refs/heads/master","pushedAt":"2024-03-24T00:52:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sorawee","name":null,"path":"/sorawee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9099577?s=80&v=4"},"commit":{"message":"base-env: add support for hash patterns in match\n\nFixes #1363","shortMessageHtmlLink":"base-env: add support for hash patterns in match"}},{"before":"18c6465ee3da78890e8e013965f2c5e7a5326968","after":null,"ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4.3.1","pushedAt":"2024-02-12T08:37:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sorawee","name":null,"path":"/sorawee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9099577?s=80&v=4"}},{"before":"2d0a479951c11cb03060720389c95698d1e3907e","after":"1d773eb27f6a3d805ef83ef6491f380dde8396f3","ref":"refs/heads/master","pushedAt":"2024-02-12T08:37:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sorawee","name":null,"path":"/sorawee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9099577?s=80&v=4"},"commit":{"message":"Bump actions/upload-artifact from 4.3.0 to 4.3.1\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.0...v4.3.1)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/upload-artifact from 4.3.0 to 4.3.1"}},{"before":null,"after":"18c6465ee3da78890e8e013965f2c5e7a5326968","ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4.3.1","pushedAt":"2024-02-12T08:08:05.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 actions/upload-artifact from 4.3.0 to 4.3.1\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.0...v4.3.1)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/upload-artifact from 4.3.0 to 4.3.1"}},{"before":"26534e7c8c27155cf1aa37e0390599bc5b56040e","after":null,"ref":"refs/heads/release","pushedAt":"2024-02-10T07:17:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jbclements","name":"John Clements","path":"/jbclements","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226617?s=80&v=4"}},{"before":"1986198b86b9d2a4d243f58f0f4f63ab00e27dd0","after":null,"ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4.3.0","pushedAt":"2024-01-29T13:22:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sorawee","name":null,"path":"/sorawee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9099577?s=80&v=4"}},{"before":"31e290ede0e591ffdbcb6a9f5c8272ccc54dfde3","after":"2d0a479951c11cb03060720389c95698d1e3907e","ref":"refs/heads/master","pushedAt":"2024-01-29T13:22:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sorawee","name":null,"path":"/sorawee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9099577?s=80&v=4"},"commit":{"message":"Bump actions/upload-artifact from 4.2.0 to 4.3.0\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v4.2.0...v4.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/upload-artifact from 4.2.0 to 4.3.0"}},{"before":null,"after":"1986198b86b9d2a4d243f58f0f4f63ab00e27dd0","ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4.3.0","pushedAt":"2024-01-29T08:52:14.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 actions/upload-artifact from 4.2.0 to 4.3.0\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v4.2.0...v4.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/upload-artifact from 4.2.0 to 4.3.0"}},{"before":"87dc7207c95e046942fda1d21be148e4c14f5b94","after":"31e290ede0e591ffdbcb6a9f5c8272ccc54dfde3","ref":"refs/heads/master","pushedAt":"2024-01-25T15:00:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sorawee","name":null,"path":"/sorawee","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9099577?s=80&v=4"},"commit":{"message":"any-wrap: do best effort to preserve identity\n\nFixes #1357","shortMessageHtmlLink":"any-wrap: do best effort to preserve identity"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEeV-xQwA","startCursor":null,"endCursor":null}},"title":"Activity · racket/typed-racket"}