{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":110274488,"defaultBranch":"main","name":"pyre-check","ownerLogin":"facebook","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-11-10T17:31:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/69631?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715859899.0","currentOid":""},"activityList":{"items":[{"before":"998b5d3b5641cc2b814fcf8578dcfadae4a23ac6","after":"8e3792638bda941d84d0c0285a97373486d98596","ref":"refs/heads/main","pushedAt":"2024-05-17T22:10:48.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Remove unused global storage in shared memory\n\nSummary: The only place that initializes shared memory always sets the size of this to 0.\n\nReviewed By: yangdanny97\n\nDifferential Revision: D57416763\n\nfbshipit-source-id: c27dc39ebf0ff7a632560abadb261ae5678ea3ce","shortMessageHtmlLink":"Remove unused global storage in shared memory"}},{"before":"e23513253fdc17538c9e5c52aea17b37a3848241","after":"998b5d3b5641cc2b814fcf8578dcfadae4a23ac6","ref":"refs/heads/main","pushedAt":"2024-05-17T12:57:11.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Remove dead `pyre-ignore` directives (#855)\n\nSummary:\nPull Request resolved: https://github.com/facebook/pyre-check/pull/855\n\nThe dataclasses-json version we are getting in github has types that\nare incompatible with the internal version. As a result, we need to pin\nthe version on github to get comparable results (in addition it's at\nleast possible we would get bugs in open-source without pinning). I\nfiled T189226004 to bump the version internally.\n\nIn addition:\n- we aren't marking `toml` as a dependency, but we need it as a dev\n dependency because type checking the typeshed patcher requires it\n- we need to list both tabulate and toml in our .pyre_configuration\n for github to pick them up because we are still using the legacy\n\tsetup where packages aren't picked up by default... this would\n\tprobably be good to change at some point.\n\nReviewed By: yangdanny97\n\nDifferential Revision: D57433947\n\nfbshipit-source-id: 8352a2aee50fd8a991fc72d41b4c3c0b798889d2","shortMessageHtmlLink":"Remove dead pyre-ignore directives (#855)"}},{"before":"512a4a5cf8e9c5d0737df96bc601f233e075ffac","after":"45a6a4ba2c9c1a9dfd58190bf089d850eca2c710","ref":"refs/heads/export-D57433947","pushedAt":"2024-05-17T09:13:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stroxler","name":"Steven Troxler","path":"/stroxler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/966970?s=80&v=4"},"commit":{"message":"Remove dead `pyre-ignore` directives (#855)\n\nSummary:\nPull Request resolved: https://github.com/facebook/pyre-check/pull/855\n\nThe dataclasses-json version we are getting in github has types that\nare incompatible with the internal version. As a result, we need to pin\nthe version on github to get comparable results (in addition it's at\nleast possible we would get bugs in open-source without pinning). I\nfiled T189226004 to bump the version internally.\n\nIn addition:\n- we aren't marking `toml` as a dependency, but we need it as a dev\n dependency because type checking the typeshed patcher requires it\n- we need to list both tabulate and toml in our .pyre_configuration\n for github to pick them up because we are still using the legacy\n\tsetup where packages aren't picked up by default... this would\n\tprobably be good to change at some point.\n\nReviewed By: yangdanny97\n\nDifferential Revision: D57433947","shortMessageHtmlLink":"Remove dead pyre-ignore directives (#855)"}},{"before":"0768845918ce1d48c9a87b197285bd049b0d7b07","after":"e23513253fdc17538c9e5c52aea17b37a3848241","ref":"refs/heads/main","pushedAt":"2024-05-17T07:23:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Add tests for Format String Specifier\n\nSummary:\n# Facebook\n\nFollowup to the improvements yangdanny97 made here D56836356\n\nReviewed By: arthaud\n\nDifferential Revision: D57415547\n\nfbshipit-source-id: 97db082069aecd487a578ed072eb51de33f68c37","shortMessageHtmlLink":"Add tests for Format String Specifier"}},{"before":"6943c06cd59ed2b337dfd49d4f4ce32fd1fef78e","after":"da9ff6ec5c4e64387f7ca250d9b29f81e6a350d8","ref":"refs/heads/gh-pages","pushedAt":"2024-05-16T19:37:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ facebook/pyre-check@0768845918ce1d48c9a87b197285bd049b0d7b07 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 0768845 ๐Ÿš€"}},{"before":"fdc056614c08d0094f68df00f77790448baed144","after":"0768845918ce1d48c9a87b197285bd049b0d7b07","ref":"refs/heads/main","pushedAt":"2024-05-16T19:35:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Fix error in open source integration test script\n\nSummary: As titled.\n\nReviewed By: tianhan0\n\nDifferential Revision: D57434058\n\nfbshipit-source-id: d9b72a4e2743443a398c96d307509ba3e56d0c74","shortMessageHtmlLink":"Fix error in open source integration test script"}},{"before":"8a1848906b9da62167455de63e4b699c8528ae69","after":"fdc056614c08d0094f68df00f77790448baed144","ref":"refs/heads/main","pushedAt":"2024-05-16T18:46:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Begin the refactoring process for dataclass options\n\nSummary:\nWe need to use the machinery in AttributeResolution.ml for extracting dataclass options, which we will then encorporate into the typechecker to generalize our frozen/non-frozen checks for different representations of dataclasses\n\nIn this diff, we move the Queries module to a new file and expose it to attributeResolution.\n\nReviewed By: yangdanny97\n\nDifferential Revision: D57363637\n\nfbshipit-source-id: 1a9d51f644e5d0cc017888d68a07bcf44249d04f","shortMessageHtmlLink":"Begin the refactoring process for dataclass options"}},{"before":"28abef354c40a0cc6099bfaf6859b19814de264a","after":"8a1848906b9da62167455de63e4b699c8528ae69","ref":"refs/heads/main","pushedAt":"2024-05-16T18:16:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Add Dataclass Logic and Implement Frozen Checks in Typechecker\n\nSummary:\nContext:\nCurrently frozen/non-frozen dataclasses can inherit from eachother, which is wrong.\n\nChanges:\n1- We address this by adding dataclass logic to the typechecker and using it to implement frozen/non-frozen checks.\n\n2- We modify our unittests to reflect the correct behavior\n\nReviewed By: stroxler\n\nDifferential Revision: D57307208\n\nfbshipit-source-id: acc6baba695d9bbb3aa56d1bd2fa7c893b212d60","shortMessageHtmlLink":"Add Dataclass Logic and Implement Frozen Checks in Typechecker"}},{"before":"b6a638a0a419abf0fd38f39f4d432b12a7ccd78e","after":"28abef354c40a0cc6099bfaf6859b19814de264a","ref":"refs/heads/main","pushedAt":"2024-05-16T17:34:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Fix open source eliberately_vulnerable_flask_app integration test\n\nSummary:\nThose tests are now producing different results, including some (unfortunately) false negatives.\nLet's update the tests regardless, until we get the time to look into those false negatives.\n\nReviewed By: tianhan0\n\nDifferential Revision: D57437461\n\nfbshipit-source-id: 8ceb33c6d56251bcf6391920eb3fabcbd89e11e1","shortMessageHtmlLink":"Fix open source eliberately_vulnerable_flask_app integration test"}},{"before":"210d65428cfd293f1ed1f3aebc3ddb07563874d0","after":"b6a638a0a419abf0fd38f39f4d432b12a7ccd78e","ref":"refs/heads/main","pushedAt":"2024-05-16T15:17:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Simplify `compute_triggered_flows`\n\nSummary:\nWe improve the readability by replacing two consecutive List.fold with a\nList.cartesian_product.\n\nReviewed By: arthaud\n\nDifferential Revision: D57392763\n\nfbshipit-source-id: a19289995df7c5cf2c9215f7b4bc0c46c10d17aa","shortMessageHtmlLink":"Simplify compute_triggered_flows"}},{"before":"f2bf7ca864d3d672626e828e5097e0a9a9e3b38e","after":"210d65428cfd293f1ed1f3aebc3ddb07563874d0","ref":"refs/heads/main","pushedAt":"2024-05-16T14:25:19.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"split up classSummaryTest\n\nSummary: to make debugging easier\n\nReviewed By: stroxler\n\nDifferential Revision: D57352037\n\nfbshipit-source-id: 7c52bf5adb10e2124dc8caea994d78dbf8c86671","shortMessageHtmlLink":"split up classSummaryTest"}},{"before":null,"after":"8a1c3c1e99fe20f79b5ef1345eb25e2c57aa47a4","ref":"refs/heads/export-D57437213","pushedAt":"2024-05-16T12:39:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Update full_result.json\n\nSummary:\nThis updates to what we are currently seeing in the integration tests.\n\nThere is a regression here: we don't seem to be resolving\nwerkzeug.utils.redirect properly; Maxime was able to verify that\nreveal_type(redirect) comes back as `unknown`.\n\nIt's likely that this is either Pyre not finding the package due to some\nconfiguration handling change, or a signature extraction issue.\n\nI filed T189346515 to investigate, but it seems wise to make CI pass\nin the meantime so that we'll notice the next regression quicker.\n\nDifferential Revision: D57437213","shortMessageHtmlLink":"Update full_result.json"}},{"before":"1bce12395061354dfb41ae54ca41d3b9cb1102cb","after":"512a4a5cf8e9c5d0737df96bc601f233e075ffac","ref":"refs/heads/export-D57433947","pushedAt":"2024-05-16T12:04:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stroxler","name":"Steven Troxler","path":"/stroxler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/966970?s=80&v=4"},"commit":{"message":"Remove dead `pyre-ignore` directives (#855)\n\nSummary:\nPull Request resolved: https://github.com/facebook/pyre-check/pull/855\n\nThe dataclasses-json version we are getting in github has types that\nare incompatible with the internal version. As a result, we need to pin\nthe version on github to get comparable results (in addition it's at\nleast possible we would get bugs in open-source without pinning). I\nfiled T189226004 to bump the version internally.\n\nIn addition:\n- we aren't marking `toml` as a dependency, but we need it as a dev\n dependency because type checking the typeshed patcher requires it\n- we need to list both tabulate and toml in our .pyre_configuration\n for github to pick them up because we are still using the legacy\n\tsetup where packages aren't picked up by default... this would\n\tprobably be good to change at some point.\n\nDifferential Revision: D57433947","shortMessageHtmlLink":"Remove dead pyre-ignore directives (#855)"}},{"before":"b847c99f3c0a2a421eab274ccc6fe816e7fc7bc8","after":"1bce12395061354dfb41ae54ca41d3b9cb1102cb","ref":"refs/heads/export-D57433947","pushedAt":"2024-05-16T11:50:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Remove dead `pyre-ignore` directives (#855)\n\nSummary:\n\nThe dataclasses-json version we are getting in github has types that\nare incompatible with the internal version. As a result, we need to pin\nthe version on github to get comparable results (in addition it's at\nleast possible we would get bugs in open-source without pinning). I\nfiled T189226004 to bump the version internally.\n\nIn addition:\n- we aren't marking `toml` as a dependency, but we need it as a dev\n dependency because type checking the typeshed patcher requires it\n- we need to list both tabulate and toml in our .pyre_configuration\n for github to pick them up because we are still using the legacy\n\tsetup where packages aren't picked up by default... this would\n\tprobably be good to change at some point.\n\nDifferential Revision: D57433947","shortMessageHtmlLink":"Remove dead pyre-ignore directives (#855)"}},{"before":"1d91da60f0d4280b21e9e3c15d423a3ac2179fd9","after":null,"ref":"refs/heads/export-D57435918","pushedAt":"2024-05-16T11:44:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"stroxler","name":"Steven Troxler","path":"/stroxler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/966970?s=80&v=4"}},{"before":"a9919279b648c48388eff0712de469ff23f289c1","after":null,"ref":"refs/heads/export-D57436217","pushedAt":"2024-05-16T11:44:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"stroxler","name":"Steven Troxler","path":"/stroxler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/966970?s=80&v=4"}},{"before":"5058fa6fee009fb5d2ca926cdab1bdae27ef944b","after":"a9919279b648c48388eff0712de469ff23f289c1","ref":"refs/heads/export-D57436217","pushedAt":"2024-05-16T11:42:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stroxler","name":"Steven Troxler","path":"/stroxler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/966970?s=80&v=4"},"commit":{"message":"Try using pep561 for site_package_search_strategy (#857)\n\nSummary: Pull Request resolved: https://github.com/facebook/pyre-check/pull/857\n\nDifferential Revision: D57436217","shortMessageHtmlLink":"Try using pep561 for site_package_search_strategy (#857)"}},{"before":null,"after":"5058fa6fee009fb5d2ca926cdab1bdae27ef944b","ref":"refs/heads/export-D57436217","pushedAt":"2024-05-16T11:36:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Try using pep561 for site_package_search_strategy\n\nDifferential Revision: D57436217","shortMessageHtmlLink":"Try using pep561 for site_package_search_strategy"}},{"before":"d563583c5731ca25962142487b52328e0651b9d2","after":"1d91da60f0d4280b21e9e3c15d423a3ac2179fd9","ref":"refs/heads/export-D57435918","pushedAt":"2024-05-16T11:33:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stroxler","name":"Steven Troxler","path":"/stroxler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/966970?s=80&v=4"},"commit":{"message":"Try using `site_package_search_strategy` = `all` in pysa OSS test (#856)\n\nSummary: Pull Request resolved: https://github.com/facebook/pyre-check/pull/856\n\nDifferential Revision: D57435918","shortMessageHtmlLink":"Try using site_package_search_strategy = all in pysa OSS test (#856)"}},{"before":"4728889388e9523e24c38b49e4bfad80cc8e2204","after":"d563583c5731ca25962142487b52328e0651b9d2","ref":"refs/heads/export-D57435918","pushedAt":"2024-05-16T11:26:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stroxler","name":"Steven Troxler","path":"/stroxler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/966970?s=80&v=4"},"commit":{"message":"Try using `site_package_search_strategy` = `all` in pysa OSS test (#856)\n\nSummary: Pull Request resolved: https://github.com/facebook/pyre-check/pull/856\n\nDifferential Revision: D57435918","shortMessageHtmlLink":"Try using site_package_search_strategy = all in pysa OSS test (#856)"}},{"before":"a6749ad008ddff5b9e11c3f245c117d9173d308c","after":"4728889388e9523e24c38b49e4bfad80cc8e2204","ref":"refs/heads/export-D57435918","pushedAt":"2024-05-16T11:21:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Try using `site_package_search_strategy` = `all` in pysa OSS test (#856)\n\nSummary: Pull Request resolved: https://github.com/facebook/pyre-check/pull/856\n\nDifferential Revision: D57435918","shortMessageHtmlLink":"Try using site_package_search_strategy = all in pysa OSS test (#856)"}},{"before":"2906d43ac2d541d547090b7e6f6b6e8c259f36c9","after":"a6749ad008ddff5b9e11c3f245c117d9173d308c","ref":"refs/heads/export-D57435918","pushedAt":"2024-05-16T11:19:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Try using `site_package_search_strategy` = `all` in pysa OSS test (#856)\n\nSummary: Pull Request resolved: https://github.com/facebook/pyre-check/pull/856\n\nDifferential Revision: D57435918","shortMessageHtmlLink":"Try using site_package_search_strategy = all in pysa OSS test (#856)"}},{"before":null,"after":"2906d43ac2d541d547090b7e6f6b6e8c259f36c9","ref":"refs/heads/export-D57435918","pushedAt":"2024-05-16T11:19:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Try using `site_package_search_strategy` = `all` in pysa OSS test\n\nDifferential Revision: D57435918","shortMessageHtmlLink":"Try using site_package_search_strategy = all in pysa OSS test"}},{"before":"757a9c6705e3e933e125bf4f81cf27d62fcad184","after":"b847c99f3c0a2a421eab274ccc6fe816e7fc7bc8","ref":"refs/heads/export-D57433947","pushedAt":"2024-05-16T09:48:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stroxler","name":"Steven Troxler","path":"/stroxler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/966970?s=80&v=4"},"commit":{"message":"Remove dead `pyre-ignore` directives (#855)\n\nSummary:\nPull Request resolved: https://github.com/facebook/pyre-check/pull/855\n\nThe dataclasses-json version we are getting in github has types that\nare incompatible with the internal version. As a result, we need to pin\nthe version on github to get comparable results (in addition it's at\nleast possible we would get bugs in open-source without pinning). I\nfiled T189226004 to bump the version internally.\n\nIn addition:\n- we aren't marking `toml` as a dependency, but we need it as a dev\n dependency because type checking the typeshed patcher requires it\n- we need to list both tabulate and toml in our .pyre_configuration\n for github to pick them up because we are still using the legacy\n\tsetup where packages aren't picked up by default... this would\n\tprobably be good to change at some point.\n\nDifferential Revision: D57433947","shortMessageHtmlLink":"Remove dead pyre-ignore directives (#855)"}},{"before":"fdcef48e33fa4da554fb01b4cbb616532ddea312","after":null,"ref":"refs/heads/export-D57387917","pushedAt":"2024-05-16T09:44:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"stroxler","name":"Steven Troxler","path":"/stroxler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/966970?s=80&v=4"}},{"before":null,"after":"757a9c6705e3e933e125bf4f81cf27d62fcad184","ref":"refs/heads/export-D57433947","pushedAt":"2024-05-16T09:44:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6422482?s=80&v=4"},"commit":{"message":"Remove dead `pyre-ignore` directives\n\nSummary:\nThe dataclasses-json version we are getting in github has types that\nare incompatible with the internal version. As a result, we need to pin\nthe version on github to get comparable results (in addition it's at\nleast possible we would get bugs in open-source without pinning). I\nfiled T189226004 to bump the version internally.\n\nIn addition:\n- we aren't marking `toml` as a dependency, but we need it as a dev\n dependency because type checking the typeshed patcher requires it\n- we need to list both tabulate and toml in our .pyre_configuration\n for github to pick them up because we are still using the legacy\n\tsetup where packages aren't picked up by default... this would\n\tprobably be good to change at some point.\n\nDifferential Revision: D57433947","shortMessageHtmlLink":"Remove dead pyre-ignore directives"}},{"before":"334351ebab1595573bbff93c8e7820edade3477c","after":"fdcef48e33fa4da554fb01b4cbb616532ddea312","ref":"refs/heads/export-D57387917","pushedAt":"2024-05-16T03:22:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stroxler","name":"Steven Troxler","path":"/stroxler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/966970?s=80&v=4"},"commit":{"message":"Remove dead `pyre-ignore` directives (#854)\n\nSummary: Pull Request resolved: https://github.com/facebook/pyre-check/pull/854\n\nDifferential Revision: D57387917","shortMessageHtmlLink":"Remove dead pyre-ignore directives (#854)"}},{"before":"4ea8eb8f8d9fbc03137dcc51608336204b13dd96","after":"334351ebab1595573bbff93c8e7820edade3477c","ref":"refs/heads/export-D57387917","pushedAt":"2024-05-16T03:15:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stroxler","name":"Steven Troxler","path":"/stroxler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/966970?s=80&v=4"},"commit":{"message":"Remove dead `pyre-ignore` directives (#854)\n\nSummary: Pull Request resolved: https://github.com/facebook/pyre-check/pull/854\n\nDifferential Revision: D57387917","shortMessageHtmlLink":"Remove dead pyre-ignore directives (#854)"}},{"before":"d65b68aca5401ce43a3c6cc07d6301cd189d6fab","after":"4ea8eb8f8d9fbc03137dcc51608336204b13dd96","ref":"refs/heads/export-D57387917","pushedAt":"2024-05-16T03:10:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stroxler","name":"Steven Troxler","path":"/stroxler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/966970?s=80&v=4"},"commit":{"message":"Remove dead `pyre-ignore` directives (#854)\n\nSummary: Pull Request resolved: https://github.com/facebook/pyre-check/pull/854\n\nDifferential Revision: D57387917","shortMessageHtmlLink":"Remove dead pyre-ignore directives (#854)"}},{"before":"d83dfbd86be8511c12996bfe9cd6e15d8d61de49","after":"d65b68aca5401ce43a3c6cc07d6301cd189d6fab","ref":"refs/heads/export-D57387917","pushedAt":"2024-05-16T03:03:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stroxler","name":"Steven Troxler","path":"/stroxler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/966970?s=80&v=4"},"commit":{"message":"Remove dead `pyre-ignore` directives (#854)\n\nSummary: Pull Request resolved: https://github.com/facebook/pyre-check/pull/854\n\nDifferential Revision: D57387917","shortMessageHtmlLink":"Remove dead pyre-ignore directives (#854)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETVOudQA","startCursor":null,"endCursor":null}},"title":"Activity ยท facebook/pyre-check"}