-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Fixed an issue with top function type being callable with no arguments #52387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed an issue with top function type being callable with no arguments #52387
Conversation
This has been labeled as "For Uncommitted Bug" but the associated issue is labeled with "Bug". This perhaps indicates a bug in the bot. |
I always thought “For Uncommitted Bug” was literal: the issue has a |
Hm, i think it also gets For Uncommitted Bug if the issue has no label - and that’s what i assumed to be the main differentiator here. U might be right though - maybe it has to be assigned to a milestone (specific TS version or Backlog) for this label to not be added to the PR |
My understanding is that this particular label is mainly about whether or not it has been assigned to a milestone. |
@DanielRosenwasser or @jakebailey can you figure out if #48840 should be moved into the backlog or a specific milestone? I know the bug came up in the recent design meeting, but I don't think we decided whether the bug was worth fixing. |
I think I'd like to see @ahejlsberg take a look at this in context of #52282 too, lest we end up with a surprising relation behavior. |
I would merge main since this predates the other function PRs but otherwise LGTM given we check the usual suspects. @typescript-bot test this |
Heya @jakebailey, I've started to run the diff-based top-repos suite on this PR at 0f8d091. You can monitor the build here. Update: The results are in! |
Heya @jakebailey, I've started to run the extended test suite on this PR at 0f8d091. You can monitor the build here. |
Heya @jakebailey, I've started to run the parallelized Definitely Typed test suite on this PR at 0f8d091. You can monitor the build here. |
Heya @jakebailey, I've started to run the diff-based user code test suite on this PR at 0f8d091. You can monitor the build here. Update: The results are in! |
Heya @jakebailey, I've started to run the perf test suite on this PR at 0f8d091. You can monitor the build here. Update: The results are in! |
@jakebailey Here are the results of running the user test suite comparing Everything looks good! |
@jakebailey Here they are:
CompilerComparison Report - main..52387
System
Hosts
Scenarios
TSServerComparison Report - main..52387
System
Hosts
Scenarios
StartupComparison Report - main..52387
System
Hosts
Scenarios
Developer Information: |
@jakebailey Here are the results of running the top-repos suite comparing Everything looks good! |
Synced this with |
fixes #48840
reverts a part of https://github.com/microsoft/TypeScript/pull/35438/files (the tests added there still pass)