René's URL Explorer Experiment


Title: Fails to calculate arguments length, when combining tuple spread with extra arguments · Issue #29248 · microsoft/TypeScript · GitHub

Open Graph Title: Fails to calculate arguments length, when combining tuple spread with extra arguments · Issue #29248 · microsoft/TypeScript

X Title: Fails to calculate arguments length, when combining tuple spread with extra arguments · Issue #29248 · microsoft/TypeScript

Description: TypeScript Version: 3.3.0-dev.20190103 Search Terms: tuple, array, spread, arguments, length Code const three: [number, number, number] = [1, 2, 3]; const two: [number, number] = [1, 2]; const one: [number] = [1]; const foo = (a: number,...

Open Graph Description: TypeScript Version: 3.3.0-dev.20190103 Search Terms: tuple, array, spread, arguments, length Code const three: [number, number, number] = [1, 2, 3]; const two: [number, number] = [1, 2]; const one:...

X Description: TypeScript Version: 3.3.0-dev.20190103 Search Terms: tuple, array, spread, arguments, length Code const three: [number, number, number] = [1, 2, 3]; const two: [number, number] = [1, 2]; const one:...

Opengraph URL: https://github.com/microsoft/TypeScript/issues/29248

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Fails to calculate arguments length, when combining tuple spread with extra arguments","articleBody":"\u003c!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨\r\n\r\nHalf of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common \"Bugs\" That Aren't Bugs section!\r\n\r\nPlease help us by doing the following steps before logging an issue:\r\n  * Search: https://github.com/Microsoft/TypeScript/search?type=Issues\r\n  * Read the FAQ: https://github.com/Microsoft/TypeScript/wiki/FAQ\r\n\r\nPlease fill in the *entire* template below.\r\n--\u003e\r\n\r\n\u003c!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --\u003e\r\n**TypeScript Version:**  3.3.0-dev.20190103\r\n\r\n\u003c!-- Search terms you tried before logging this (so others can find this issue more easily) --\u003e\r\n**Search Terms:** tuple, array, spread, arguments, length\r\n\r\n**Code**\r\n\r\n```ts\r\nconst three: [number, number, number] = [1, 2, 3];\r\nconst two: [number, number] = [1, 2];\r\nconst one: [number] = [1]; \r\n\r\nconst foo = (a: number, b: number, c: number) =\u003e undefined;\r\n\r\n// EXPECTED: correctly realizes there are three args\r\nfoo(...three);\r\n\r\n// EXPECTED: correctly realizes there are two args\r\n// error: Expected 3 arguments, but got 2.\r\nfoo(...two);\r\n\r\n// EXPECTED: correctly realizes there is one arg\r\n// error: Expected 3 arguments, but got 1.\r\nfoo(...one);\r\n\r\n// UNEXPECTED: does not realize there are three args\r\n// error: Expected 3 arguments, but got 1 or more.\r\nfoo(...two, 2);\r\n\r\n// UNEXPECTED: does not realize there are three args\r\n// error: Expected 3 arguments, but got 1 or more.\r\nfoo(...one, 2, 3);\r\n```\r\n\r\n**Expected behavior:**\r\nCorrectly calculate the count of the arguments passed into `foo`. Add the additional arguments to the length of the tuple. Basically the last two examples should not throw an error.\r\n\r\n**Actual behavior:**\r\nWhen adding additional arguments after the spreaded tuple, TS fails to calculate the total amount of arguments end expects the amount of the additional arguments \"+ more\".\r\n\r\n**Playground Link:** [Link](http://www.typescriptlang.org/play/#src=const%20three%3A%20%5Bnumber%2C%20number%2C%20number%5D%20%3D%20%5B1%2C%202%2C%203%5D%3B%0D%0Aconst%20two%3A%20%5Bnumber%2C%20number%5D%20%3D%20%5B1%2C%202%5D%3B%0D%0Aconst%20one%3A%20%5Bnumber%5D%20%3D%20%5B1%5D%3B%20%0D%0A%0D%0Aconst%20foo%20%3D%20(a%3A%20number%2C%20b%3A%20number%2C%20c%3A%20number)%20%3D%3E%20undefined%3B%0D%0A%0D%0A%2F%2F%20EXPECTED%3A%20correctly%20realizes%20there%20are%20three%20args%0D%0Afoo(...three)%3B%0D%0A%0D%0A%2F%2F%20EXPECTED%3A%20correctly%20realizes%20there%20are%20two%20args%0D%0Afoo(...two)%3B%0D%0A%0D%0A%2F%2F%20EXPECTED%3A%20correctly%20realizes%20there%20is%20one%20arg%0D%0Afoo(...one)%3B%0D%0A%0D%0A%2F%2F%20UNEXPECTED%3A%20does%20not%20realize%20there%20are%20three%20args%0D%0Afoo(...two%2C%203)%3B%0D%0A%0D%0A%2F%2F%20UNEXPECTED%3A%20does%20not%20realize%20there%20are%20three%20args%0D%0Afoo(...one%2C%202%2C%203)%3B%0D%0A)\r\n\r\n**Related Issues:** \u003c!-- Did you find other bugs that looked similar? --\u003e\r\n","author":{"url":"https://github.com/hpohlmeyer","@type":"Person","name":"hpohlmeyer"},"datePublished":"2019-01-03T15:21:39.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/29248/TypeScript/issues/29248"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:27224a29-2db9-30eb-4412-f21ebf50b17a
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA00A:6BFD3:4886A2:667035:6A620628
html-safe-nonce60d4def46f89079029c29aeb5831258ef8601d42fbde2adf7de0e59b245cb49e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMDBBOjZCRkQzOjQ4ODZBMjo2NjcwMzU6NkE2MjA2MjgiLCJ2aXNpdG9yX2lkIjoiNDcwNzk4Njk2NTE3NDI4OTk2MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac5a37cb45a67ed235d9fdeb441fd37b9f2dcc1b91a10b25072703b39039192cea
hovercard-subject-tagissue:395611248
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/microsoft/TypeScript/29248/issue_layout
twitter:imagehttps://opengraph.githubassets.com/423d1b4392b0f028d4faec2ddeea324e6b585635e8ed699512ee4e52f58a2eb5/microsoft/TypeScript/issues/29248
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/423d1b4392b0f028d4faec2ddeea324e6b585635e8ed699512ee4e52f58a2eb5/microsoft/TypeScript/issues/29248
og:image:altTypeScript Version: 3.3.0-dev.20190103 Search Terms: tuple, array, spread, arguments, length Code const three: [number, number, number] = [1, 2, 3]; const two: [number, number] = [1, 2]; const one:...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamehpohlmeyer
hostnamegithub.com
expected-hostnamegithub.com
Nonebe9a4d9589756e22b427637ffbf1123a96e067050e57f5cec403e3080a650ca4
turbo-cache-controlno-preview
go-importgithub.com/microsoft/TypeScript git https://github.com/microsoft/TypeScript.git
octolytics-dimension-user_id6154722
octolytics-dimension-user_loginmicrosoft
octolytics-dimension-repository_id20929025
octolytics-dimension-repository_nwomicrosoft/TypeScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id20929025
octolytics-dimension-repository_network_root_nwomicrosoft/TypeScript
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7b5509702f01f876c214a2cbb142690847de0019
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/microsoft/TypeScript/issues/29248#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fissues%2F29248
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fissues%2F29248
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=microsoft%2FTypeScript
Reloadhttps://github.com/microsoft/TypeScript/issues/29248
Reloadhttps://github.com/microsoft/TypeScript/issues/29248
Reloadhttps://github.com/microsoft/TypeScript/issues/29248
Please reload this pagehttps://github.com/microsoft/TypeScript/issues/29248
microsoft https://github.com/microsoft
TypeScripthttps://github.com/microsoft/TypeScript
Notifications https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Fork 13.6k https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Star 110k https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Code https://github.com/microsoft/TypeScript
Issues 5k+ https://github.com/microsoft/TypeScript/issues
Pull requests 21 https://github.com/microsoft/TypeScript/pulls
Actions https://github.com/microsoft/TypeScript/actions
Projects https://github.com/microsoft/TypeScript/projects
Models https://github.com/microsoft/TypeScript/models
Wiki https://github.com/microsoft/TypeScript/wiki
Security and quality 0 https://github.com/microsoft/TypeScript/security
Insights https://github.com/microsoft/TypeScript/pulse
Code https://github.com/microsoft/TypeScript
Issues https://github.com/microsoft/TypeScript/issues
Pull requests https://github.com/microsoft/TypeScript/pulls
Actions https://github.com/microsoft/TypeScript/actions
Projects https://github.com/microsoft/TypeScript/projects
Models https://github.com/microsoft/TypeScript/models
Wiki https://github.com/microsoft/TypeScript/wiki
Security and quality https://github.com/microsoft/TypeScript/security
Insights https://github.com/microsoft/TypeScript/pulse
Fails to calculate arguments length, when combining tuple spread with extra argumentshttps://github.com/microsoft/TypeScript/issues/29248#top
In DiscussionNot yet reached consensushttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22In%20Discussion%22
SuggestionAn idea for TypeScripthttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Suggestion%22
https://github.com/hpohlmeyer
hpohlmeyerhttps://github.com/hpohlmeyer
on Jan 3, 2019https://github.com/microsoft/TypeScript/issues/29248#issue-395611248
Linkhttp://www.typescriptlang.org/play/#src=const%20three%3A%20%5Bnumber%2C%20number%2C%20number%5D%20%3D%20%5B1%2C%202%2C%203%5D%3B%0D%0Aconst%20two%3A%20%5Bnumber%2C%20number%5D%20%3D%20%5B1%2C%202%5D%3B%0D%0Aconst%20one%3A%20%5Bnumber%5D%20%3D%20%5B1%5D%3B%20%0D%0A%0D%0Aconst%20foo%20%3D%20(a%3A%20number%2C%20b%3A%20number%2C%20c%3A%20number)%20%3D%3E%20undefined%3B%0D%0A%0D%0A%2F%2F%20EXPECTED%3A%20correctly%20realizes%20there%20are%20three%20args%0D%0Afoo(...three)%3B%0D%0A%0D%0A%2F%2F%20EXPECTED%3A%20correctly%20realizes%20there%20are%20two%20args%0D%0Afoo(...two)%3B%0D%0A%0D%0A%2F%2F%20EXPECTED%3A%20correctly%20realizes%20there%20is%20one%20arg%0D%0Afoo(...one)%3B%0D%0A%0D%0A%2F%2F%20UNEXPECTED%3A%20does%20not%20realize%20there%20are%20three%20args%0D%0Afoo(...two%2C%203)%3B%0D%0A%0D%0A%2F%2F%20UNEXPECTED%3A%20does%20not%20realize%20there%20are%20three%20args%0D%0Afoo(...one%2C%202%2C%203)%3B%0D%0A
In DiscussionNot yet reached consensushttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22In%20Discussion%22
SuggestionAn idea for TypeScripthttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Suggestion%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.