Skip to content

Commit

Permalink
[draft] Do not check in (#9892)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update typeEvaluator.ts
  • Loading branch information
bschnurr authored Feb 12, 2025
1 parent c247e94 commit f9108fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/pyright-internal/src/analyzer/typeEvaluator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ const maxReturnTypeInferenceStackSize = 2;
// analyze.
const maxReturnTypeInferenceArgCount = 6;

// todo
// What is the max complexity of the code flow graph that
// we will analyze to determine the return type of a function
// when its parameters are unannotated? We want to keep this
Expand Down
1 change: 1 addition & 0 deletions packages/vscode-pyright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
For a full change history, refer to the [releases page](https://github.com/Microsoft/pyright/releases) on the Pyright GitHub site.
ok

0 comments on commit f9108fd

Please sign in to comment.