{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":175129788,"defaultBranch":"main","name":"pyright","ownerLogin":"microsoft","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-03-12T03:38:46.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6154722?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715189444.0","currentOid":""},"activityList":{"items":[{"before":"7be85982d6fd609f9b26d5ff05b6b72626f1dd65","after":"36e00b8785899b4aaa6c994809325d816de496d0","ref":"refs/heads/main","pushedAt":"2024-05-08T18:54:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rchiodo","name":"Rich Chiodo","path":"/rchiodo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19672699?s=80&v=4"},"commit":{"message":"Add note about VS code's locale being used first (#7876)\n\nIn response to https://github.com/microsoft/pyright/issues/7873","shortMessageHtmlLink":"Add note about VS code's locale being used first (#7876)"}},{"before":null,"after":"76b10c2f73e2a302e9b041c5ea0541caaa693ee7","ref":"refs/heads/rchiodo-patch-2","pushedAt":"2024-05-08T17:30:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rchiodo","name":"Rich Chiodo","path":"/rchiodo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19672699?s=80&v=4"},"commit":{"message":"Add note about VS code's locale being used first\n\nIn response to https://github.com/microsoft/pyright/issues/7873","shortMessageHtmlLink":"Add note about VS code's locale being used first"}},{"before":"3af2bbc1f8087286343a349cebfd7ef0beea18a7","after":"7be85982d6fd609f9b26d5ff05b6b72626f1dd65","ref":"refs/heads/main","pushedAt":"2024-05-08T06:35:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Updated manifest to reflect the correct default value for `reportInvalidTypeForm`.","shortMessageHtmlLink":"Updated manifest to reflect the correct default value for `reportInva…"}},{"before":null,"after":"ee03c97621aaafec0bce99f4c5be97ffbbc104c2","ref":"refs/heads/pull-pylance-with-pyright-1.1.362-8996901491","pushedAt":"2024-05-08T05:47:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"PylanceBot","name":"PylanceBot","path":"/PylanceBot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99766470?s=80&v=4"},"commit":{"message":"pull-pylance-with-pyright-1.1.362-8996901491","shortMessageHtmlLink":"pull-pylance-with-pyright-1.1.362-8996901491"}},{"before":"576d37151f38ea632b2ff432ea3120b4da4fe63b","after":"3af2bbc1f8087286343a349cebfd7ef0beea18a7","ref":"refs/heads/main","pushedAt":"2024-05-08T05:14:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Published 1.1.362","shortMessageHtmlLink":"Published 1.1.362"}},{"before":"b150f3ecf7c3031b9ecb863f429808e551b8108c","after":null,"ref":"refs/heads/issue7819","pushedAt":"2024-05-08T05:08:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"}},{"before":"ecdea2caade513e6a2654a93d7f2d6c410e88177","after":"576d37151f38ea632b2ff432ea3120b4da4fe63b","ref":"refs/heads/main","pushedAt":"2024-05-08T05:08:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Added special-case handling for `__init_subclass__` checks for classes that have `ABCMeta` as a metaclass. Previously, these were exempted from `__init_subclass__` because `ABCMeta` has a custom `__new__` method, but we know that this metaclass calls through to `type.__new__` which calls `__init_subclass__`. This addresses #7819. (#7871)","shortMessageHtmlLink":"Added special-case handling for __init_subclass__ checks for classe…"}},{"before":null,"after":"b150f3ecf7c3031b9ecb863f429808e551b8108c","ref":"refs/heads/issue7819","pushedAt":"2024-05-08T04:37:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Added special-case handling for `__init_subclass__` checks for classes that have `ABCMeta` as a metaclass. Previously, these were exempted from `__init_subclass__` because `ABCMeta` has a custom `__new__` method, but we know that this metaclass calls through to `type.__new__` which calls `__init_subclass__`. This addresses #7819.","shortMessageHtmlLink":"Added special-case handling for __init_subclass__ checks for classe…"}},{"before":"286fdf95f9eb29e3be3c7f127a478c166de5537a","after":"ecdea2caade513e6a2654a93d7f2d6c410e88177","ref":"refs/heads/main","pushedAt":"2024-05-08T04:02:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Fixed a bug that resulted in a false negative when a `Literal` with multiple arguments is used in a value expression. It should be treated as a `UnionType` special form in this case. This addresses #7870.","shortMessageHtmlLink":"Fixed a bug that resulted in a false negative when a Literal with m…"}},{"before":"fa2779ec4c38f392dad66d0f28c6e8415acc53af","after":"286fdf95f9eb29e3be3c7f127a478c166de5537a","ref":"refs/heads/main","pushedAt":"2024-05-08T03:56:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Fixed recent regression that resulted in incorrect type narrowing when a `*args: P.args` parameter was used in the expression `len(args) >= x`. This addresses #7866.","shortMessageHtmlLink":"Fixed recent regression that resulted in incorrect type narrowing whe…"}},{"before":"c49af8f34910ae62c2b8c19f7aa990732d1c3fe2","after":"fa2779ec4c38f392dad66d0f28c6e8415acc53af","ref":"refs/heads/main","pushedAt":"2024-05-07T15:58:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"debonte","name":"Erik De Bonte","path":"/debonte","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12820898?s=80&v=4"},"commit":{"message":"varaiables -> variables typo fix for English and Korean translations. (#7862)","shortMessageHtmlLink":"varaiables -> variables typo fix for English and Korean translations. ("}},{"before":"dd10c53d9b95c201f876193c3afb2e11184957e2","after":null,"ref":"refs/heads/issue7848","pushedAt":"2024-05-07T06:45:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"}},{"before":"0ead803de95ed610067fd70bb85e2926fa148202","after":"c49af8f34910ae62c2b8c19f7aa990732d1c3fe2","ref":"refs/heads/main","pushedAt":"2024-05-07T06:45:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Changed interpretation of function definitions with (*args: Any, **kwargs: Any) to be `...` in compliance with latest typing spec. This addresses #7848. (#7859)","shortMessageHtmlLink":"Changed interpretation of function definitions with (*args: Any, **kw…"}},{"before":"0ead803de95ed610067fd70bb85e2926fa148202","after":"dd10c53d9b95c201f876193c3afb2e11184957e2","ref":"refs/heads/issue7848","pushedAt":"2024-05-07T06:02:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Changed interpretation of function definitions with (*args: Any, **kwargs: Any) to be `...` in compliance with latest typing spec. This addresses #7848.","shortMessageHtmlLink":"Changed interpretation of function definitions with (*args: Any, **kw…"}},{"before":null,"after":"0ead803de95ed610067fd70bb85e2926fa148202","ref":"refs/heads/issue7848","pushedAt":"2024-05-07T06:02:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Updated typeshed stubs to the latest version.","shortMessageHtmlLink":"Updated typeshed stubs to the latest version."}},{"before":"3ead03382752efc876e9965bef5a92ca920ccddb","after":"0ead803de95ed610067fd70bb85e2926fa148202","ref":"refs/heads/main","pushedAt":"2024-05-07T05:19:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Updated typeshed stubs to the latest version.","shortMessageHtmlLink":"Updated typeshed stubs to the latest version."}},{"before":"7018d2c4c4a7d5b532a07bc5ec70fa55ba1d4858","after":null,"ref":"refs/heads/issue7855","pushedAt":"2024-05-07T05:12:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"}},{"before":"377958a0ee593f2c08c2c2c2f306265741b17ea3","after":"3ead03382752efc876e9965bef5a92ca920ccddb","ref":"refs/heads/main","pushedAt":"2024-05-07T05:12:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Fixed incorrect type narrowing for a class pattern argument if the class is a generic whose type parameters have default values. This addresses #7855. (#7857)","shortMessageHtmlLink":"Fixed incorrect type narrowing for a class pattern argument if the cl…"}},{"before":null,"after":"569c1e29619d0005cd07d4d5e966ec85212a9989","ref":"refs/heads/isinstanceWithDefault","pushedAt":"2024-05-07T05:10:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Fixed bug that results in incorrect type narrowing for `isinstance` or `issubclass` type guard when the filter is a generic class whose type parameter has a default value.","shortMessageHtmlLink":"Fixed bug that results in incorrect type narrowing for isinstance o…"}},{"before":null,"after":"7018d2c4c4a7d5b532a07bc5ec70fa55ba1d4858","ref":"refs/heads/issue7855","pushedAt":"2024-05-07T05:04:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Fixed incorrect type narrowing for a class pattern argument if the class is a generic whose type parameters have default values. This addresses #7855.","shortMessageHtmlLink":"Fixed incorrect type narrowing for a class pattern argument if the cl…"}},{"before":"e7cc55ad684d9f379c61590657fc878ba1c97540","after":"377958a0ee593f2c08c2c2c2f306265741b17ea3","ref":"refs/heads/main","pushedAt":"2024-05-07T04:05:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Fixed false positive when a TypeVar appears within a function type comment. This addresses #7854. (#7856)","shortMessageHtmlLink":"Fixed false positive when a TypeVar appears within a function type co…"}},{"before":null,"after":"8c6d04a9a8a57c715237c4ee09f330fca0faedb6","ref":"refs/heads/issue7854","pushedAt":"2024-05-07T03:57:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Fixed false positive when a TypeVar appears within a function type comment. This addresses #7854.","shortMessageHtmlLink":"Fixed false positive when a TypeVar appears within a function type co…"}},{"before":"0ac2d7d16b1b9b02dc655d39d8fa579fc6a5e554","after":null,"ref":"refs/heads/issue7838","pushedAt":"2024-05-05T08:02:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"}},{"before":"88a8d90ba8a8426b8f2afd190db0b1eb5259b450","after":"e7cc55ad684d9f379c61590657fc878ba1c97540","ref":"refs/heads/main","pushedAt":"2024-05-05T08:02:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Fixed a bug that results in incorrect type evaluation for a variable that uses a nonlocal or global binding within an inner scope. Such a variable should never honor the narrowed type from the outer scope. This addresses #7838. (#7846)","shortMessageHtmlLink":"Fixed a bug that results in incorrect type evaluation for a variable …"}},{"before":null,"after":"0ac2d7d16b1b9b02dc655d39d8fa579fc6a5e554","ref":"refs/heads/issue7838","pushedAt":"2024-05-05T07:53:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Fixed a bug that results in incorrect type evaluation for a variable that uses a nonlocal or global binding within an inner scope. Such a variable should never honor the narrowed type from the outer scope. This addresses #7838.","shortMessageHtmlLink":"Fixed a bug that results in incorrect type evaluation for a variable …"}},{"before":"fca1e2667d0677491f2fffeec6a05ac559bf83a5","after":null,"ref":"refs/heads/issue7837","pushedAt":"2024-05-05T06:19:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"}},{"before":"2935732b8510d1d0d02eb2af9dc2e15e81a05874","after":"88a8d90ba8a8426b8f2afd190db0b1eb5259b450","ref":"refs/heads/main","pushedAt":"2024-05-05T06:19:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Fixed recent regression with the `TypeIs` type guard that resulted in incorrect type narrowing in the negative (else) case. This addresses #7837. (#7845)","shortMessageHtmlLink":"Fixed recent regression with the TypeIs type guard that resulted in…"}},{"before":null,"after":"fca1e2667d0677491f2fffeec6a05ac559bf83a5","ref":"refs/heads/issue7837","pushedAt":"2024-05-05T05:46:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"Fixed recent regression with the `TypeIs` type guard that resulted in incorrect type narrowing in the negative (else) case. This addresses #7837.","shortMessageHtmlLink":"Fixed recent regression with the TypeIs type guard that resulted in…"}},{"before":"14e634f1b4e0d17ffd4a4134b51047c4c9723bd2","after":"2935732b8510d1d0d02eb2af9dc2e15e81a05874","ref":"refs/heads/main","pushedAt":"2024-05-05T02:59:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"erictraut","name":"Eric Traut","path":"/erictraut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7040122?s=80&v=4"},"commit":{"message":"fix broken link in configuration.md (#7844)","shortMessageHtmlLink":"fix broken link in configuration.md (#7844)"}},{"before":"f164d342255a34fc50731f1e7e296e44466a2433","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/ejs-3.1.10","pushedAt":"2024-05-02T16:22:45.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"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERPM2BgA","startCursor":null,"endCursor":null}},"title":"Activity · microsoft/pyright"}