{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":27296168,"defaultBranch":"master","name":"fastparse","ownerLogin":"com-lihaoyi","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-11-29T08:35:28.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/79346799?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725869406.0","currentOid":""},"activityList":{"items":[{"before":"223ed6b0d26fe29f6d6bbdc081dbe210171f7506","after":"314390c7d1d8285907470a323e068e64a53e91bd","ref":"refs/heads/lihaoyi-patch-2","pushedAt":"2024-09-09T08:55:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lihaoyi","name":"Li Haoyi","path":"/lihaoyi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/934140?s=80&v=4"},"commit":{"message":".","shortMessageHtmlLink":"."}},{"before":null,"after":"223ed6b0d26fe29f6d6bbdc081dbe210171f7506","ref":"refs/heads/lihaoyi-patch-2","pushedAt":"2024-09-09T08:10:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lihaoyi","name":"Li Haoyi","path":"/lihaoyi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/934140?s=80&v=4"},"commit":{"message":"Update .mill-version","shortMessageHtmlLink":"Update .mill-version"}},{"before":"6ac5f40f7c16ddd2e63df71e739ee9d9899078be","after":"9521dfe8a1db80ea7f51af449627d066f496d14a","ref":"refs/heads/master","pushedAt":"2024-08-16T00:39:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lihaoyi","name":"Li Haoyi","path":"/lihaoyi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/934140?s=80&v=4"},"commit":{"message":"Update .mill-version (#317)","shortMessageHtmlLink":"Update .mill-version (#317)"}},{"before":null,"after":"308183cb574ed09e662922d585a453347f12df78","ref":"refs/heads/lihaoyi-patch-1","pushedAt":"2024-08-16T00:16:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lihaoyi","name":"Li Haoyi","path":"/lihaoyi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/934140?s=80&v=4"},"commit":{"message":"Update .mill-version","shortMessageHtmlLink":"Update .mill-version"}},{"before":"0926ba1bff8cba5d4ea7ee07635a188ec2f8d6ea","after":"6ac5f40f7c16ddd2e63df71e739ee9d9899078be","ref":"refs/heads/master","pushedAt":"2024-07-20T13:36:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lihaoyi","name":"Li Haoyi","path":"/lihaoyi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/934140?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"d70ec3c4ee874c2b36262f46fbe3cf73d3a5b904","after":"c4d1273b12fc8592a9b06d432a6935d05a533231","ref":"refs/heads/gh-pages","pushedAt":"2024-06-18T21:33:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lihaoyi","name":"Li Haoyi","path":"/lihaoyi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/934140?s=80&v=4"},"commit":{"message":"3.1.1","shortMessageHtmlLink":"3.1.1"}},{"before":"cb052a3b2297730ed531330035ce8f38f9c533ad","after":"0926ba1bff8cba5d4ea7ee07635a188ec2f8d6ea","ref":"refs/heads/master","pushedAt":"2024-06-18T21:32:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lihaoyi","name":"Li Haoyi","path":"/lihaoyi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/934140?s=80&v=4"},"commit":{"message":"3.1.1","shortMessageHtmlLink":"3.1.1"}},{"before":"7f6dddcefdef433b5961b8d1ec4a3746c1e03fdd","after":"cb052a3b2297730ed531330035ce8f38f9c533ad","ref":"refs/heads/master","pushedAt":"2024-05-22T00:16:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lihaoyi","name":"Li Haoyi","path":"/lihaoyi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/934140?s=80&v=4"},"commit":{"message":"chore: Enable lint and fix some unused warning. (#312)\n\nMotivation:\r\nEnable unused lint for fastparse\r\n\r\nModification:\r\nSome straightforward changing to make compiler happy\r\n\r\nResult:\r\nless warning when comping.","shortMessageHtmlLink":"chore: Enable lint and fix some unused warning. (#312)"}},{"before":"20de273a32fac1c5325f6aa0b87da014fadd895a","after":"7f6dddcefdef433b5961b8d1ec4a3746c1e03fdd","ref":"refs/heads/master","pushedAt":"2024-05-19T06:40:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lihaoyi","name":"Li Haoyi","path":"/lihaoyi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/934140?s=80&v=4"},"commit":{"message":"Nowarn fix for `Whitespace` macro (#310)\n\nMotivation:\r\nrefs: https://github.com/com-lihaoyi/fastparse/issues/285\r\nwith reading:\r\nhttps://www.scala-lang.org/2021/01/12/configuring-and-suppressing-warnings.html\r\n\r\nModification:\r\n1. I updated some depenecies,both scala and etc\r\n2. because of https://github.com/com-lihaoyi/mill/issues/3167, I have to\r\ncomments out the native modules locally\r\n3. add `-Xlint:unused` to reproduce the problem\r\n4. updated some tests when `3` is enabled.\r\n5. remove 2.11 related code\r\n6. as Scala 2.12.x now supports the nowarn , so I changed the code to\r\nuse the `@nowarn` annotation directly.\r\n7. the root cause is the annotation in `WhiteSpace` macro\r\n\r\nResult:\r\nI think the issue is fixed now, and as I'm using Fastparse within a Java\r\nproject, so I was not knowing this issue.\r\nAll tests passed locally.","shortMessageHtmlLink":"Nowarn fix for Whitespace macro (#310)"}},{"before":"1aa0d2ddfa0047cd9295cbfde0b375380479e004","after":"20de273a32fac1c5325f6aa0b87da014fadd895a","ref":"refs/heads/master","pushedAt":"2024-05-19T00:35:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lihaoyi","name":"Li Haoyi","path":"/lihaoyi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/934140?s=80&v=4"},"commit":{"message":"chore: Update readme for compatibility guaranteed. (#308)\n\nIt's now 3.1.0 :)","shortMessageHtmlLink":"chore: Update readme for compatibility guaranteed. (#308)"}},{"before":"4b07e0e044f5de78ee618add27ff035db589a1e5","after":"d70ec3c4ee874c2b36262f46fbe3cf73d3a5b904","ref":"refs/heads/gh-pages","pushedAt":"2024-04-15T02:31:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lihaoyi","name":"Li Haoyi","path":"/lihaoyi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/934140?s=80&v=4"},"commit":{"message":".","shortMessageHtmlLink":"."}},{"before":"89fdaf6195cf4e9535fd12468dd96c28405ac043","after":"1aa0d2ddfa0047cd9295cbfde0b375380479e004","ref":"refs/heads/master","pushedAt":"2024-04-15T02:31:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lihaoyi","name":"Li Haoyi","path":"/lihaoyi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/934140?s=80&v=4"},"commit":{"message":"update-readme","shortMessageHtmlLink":"update-readme"}},{"before":"49ba3cf46705a5068541537991ce1c2167760a2b","after":"89fdaf6195cf4e9535fd12468dd96c28405ac043","ref":"refs/heads/master","pushedAt":"2024-04-15T02:28:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lihaoyi","name":"Li Haoyi","path":"/lihaoyi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/934140?s=80&v=4"},"commit":{"message":"3.1.0","shortMessageHtmlLink":"3.1.0"}},{"before":"092d544444f77b373d5dab8c914bb256e1af82f7","after":"89fdaf6195cf4e9535fd12468dd96c28405ac043","ref":"refs/heads/3.1.0-test","pushedAt":"2024-04-15T02:18:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"lihaoyi","name":"Li Haoyi","path":"/lihaoyi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/934140?s=80&v=4"},"commit":{"message":"3.1.0","shortMessageHtmlLink":"3.1.0"}},{"before":"d185446af43675ec1c3785fcb0c5a232b6a80233","after":"092d544444f77b373d5dab8c914bb256e1af82f7","ref":"refs/heads/3.1.0-test","pushedAt":"2024-04-15T01:59:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"lihaoyi","name":"Li Haoyi","path":"/lihaoyi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/934140?s=80&v=4"},"commit":{"message":"3.1.0","shortMessageHtmlLink":"3.1.0"}},{"before":"f468bdbc23a19b744f4624ebddb4d8bc3c360516","after":"d185446af43675ec1c3785fcb0c5a232b6a80233","ref":"refs/heads/3.1.0-test","pushedAt":"2024-04-15T01:55:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"lihaoyi","name":"Li Haoyi","path":"/lihaoyi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/934140?s=80&v=4"},"commit":{"message":"3.1.0","shortMessageHtmlLink":"3.1.0"}},{"before":null,"after":"f468bdbc23a19b744f4624ebddb4d8bc3c360516","ref":"refs/heads/3.1.0-test","pushedAt":"2024-04-15T01:54:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lihaoyi","name":"Li Haoyi","path":"/lihaoyi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/934140?s=80&v=4"},"commit":{"message":"3.1.0","shortMessageHtmlLink":"3.1.0"}},{"before":"4e9f3fd0d38857e6ed65896a942eca8948122554","after":null,"ref":"refs/heads/mill-0.11.0-M9","pushedAt":"2024-02-12T12:08:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lolgab","name":"Lorenzo Gabriele","path":"/lolgab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5793054?s=80&v=4"}},{"before":"99dce8162042e20099a8b2562203988027cd1f8d","after":null,"ref":"refs/heads/296-reid-custom-error-messages","pushedAt":"2024-02-12T12:08:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lolgab","name":"Lorenzo Gabriele","path":"/lolgab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5793054?s=80&v=4"}},{"before":"3ecba187e0d418b8457819c63528a40baa12a953","after":null,"ref":"refs/heads/p-to-dollar","pushedAt":"2024-02-12T12:08:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lolgab","name":"Lorenzo Gabriele","path":"/lolgab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5793054?s=80&v=4"}},{"before":"ac19885725a6ef46bdc5f95c61ac54d4e93acb8f","after":null,"ref":"refs/heads/drop-python","pushedAt":"2024-02-12T12:08:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lolgab","name":"Lorenzo Gabriele","path":"/lolgab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5793054?s=80&v=4"}},{"before":"beda8c35f9c50b7991eb63e3bc73e2f94ea787ec","after":null,"ref":"refs/heads/pr-3.0.1","pushedAt":"2024-02-12T12:08:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lolgab","name":"Lorenzo Gabriele","path":"/lolgab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5793054?s=80&v=4"}},{"before":"2d7c14c5d8cf4a9f792dcc9aca33e9152004cf99","after":null,"ref":"refs/heads/nowarn","pushedAt":"2024-02-12T12:08:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lolgab","name":"Lorenzo Gabriele","path":"/lolgab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5793054?s=80&v=4"}},{"before":"2ed7106fa1b6a4d8c1b2a5261133cc4bd41d795d","after":null,"ref":"refs/heads/windows-newlines","pushedAt":"2024-02-12T12:08:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lolgab","name":"Lorenzo Gabriele","path":"/lolgab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5793054?s=80&v=4"}},{"before":"602898520b392229065d9c4c43ae2c14d95c7a3a","after":null,"ref":"refs/heads/opaqueTerminals","pushedAt":"2024-02-12T12:08:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lolgab","name":"Lorenzo Gabriele","path":"/lolgab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5793054?s=80&v=4"}},{"before":"f1c8502b87f705b8cdcc09099ab64efd905dd19b","after":null,"ref":"refs/heads/3.0.0-pr","pushedAt":"2024-02-12T12:08:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lolgab","name":"Lorenzo Gabriele","path":"/lolgab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5793054?s=80&v=4"}},{"before":"bbdd03c2496c8116a6e5458c0ddefec436484b12","after":null,"ref":"refs/heads/simplify-parsing-run","pushedAt":"2024-02-12T12:08:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lolgab","name":"Lorenzo Gabriele","path":"/lolgab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5793054?s=80&v=4"}},{"before":"965f55303a2b96a1cf5caffe15021f33a06d01eb","after":"1894471cde59625cdb8e2bdfe8e8b998ffdb1c5d","ref":"refs/heads/add-gh-release-action","pushedAt":"2024-02-09T11:32:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"lolgab","name":"Lorenzo Gabriele","path":"/lolgab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5793054?s=80&v=4"},"commit":{"message":"Create GitHub release from GitHub Actions","shortMessageHtmlLink":"Create GitHub release from GitHub Actions"}},{"before":null,"after":"965f55303a2b96a1cf5caffe15021f33a06d01eb","ref":"refs/heads/add-gh-release-action","pushedAt":"2024-02-09T11:31:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lolgab","name":"Lorenzo Gabriele","path":"/lolgab","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5793054?s=80&v=4"},"commit":{"message":"Create GitHub release from GitHub Actions","shortMessageHtmlLink":"Create GitHub release from GitHub Actions"}},{"before":"579132a35d57f8bba6031fc616144e5121f66ea6","after":"49ba3cf46705a5068541537991ce1c2167760a2b","ref":"refs/heads/master","pushedAt":"2023-11-26T02:51:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"reid-spencer","name":"Reid Spencer","path":"/reid-spencer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1548256?s=80&v=4"},"commit":{"message":"Implement fix for #296 (#297)\n\nSimply replace '\"fail\"' with 'msg' to use the provided custom error message\r\n\r\nAdditionally:\r\n* Add 3.3.1 as a cross-build target\r\n* Put quotes in the \"Common Commands\" section of the README so that the\r\n commands are directly copyable for Zsh, Csh, Bash, etc. Should work on Windows too","shortMessageHtmlLink":"Implement fix for #296 (#297)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEsKmhQgA","startCursor":null,"endCursor":null}},"title":"Activity ยท com-lihaoyi/fastparse"}