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
Domain: github.com
{"@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-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:27224a29-2db9-30eb-4412-f21ebf50b17a |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | A00A:6BFD3:4886A2:667035:6A620628 |
| html-safe-nonce | 60d4def46f89079029c29aeb5831258ef8601d42fbde2adf7de0e59b245cb49e |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMDBBOjZCRkQzOjQ4ODZBMjo2NjcwMzU6NkE2MjA2MjgiLCJ2aXNpdG9yX2lkIjoiNDcwNzk4Njk2NTE3NDI4OTk2MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 5a37cb45a67ed235d9fdeb441fd37b9f2dcc1b91a10b25072703b39039192cea |
| hovercard-subject-tag | issue:395611248 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/microsoft/TypeScript/29248/issue_layout |
| twitter:image | https://opengraph.githubassets.com/423d1b4392b0f028d4faec2ddeea324e6b585635e8ed699512ee4e52f58a2eb5/microsoft/TypeScript/issues/29248 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/423d1b4392b0f028d4faec2ddeea324e6b585635e8ed699512ee4e52f58a2eb5/microsoft/TypeScript/issues/29248 |
| og:image:alt | 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:... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | hpohlmeyer |
| hostname | github.com |
| expected-hostname | github.com |
| None | be9a4d9589756e22b427637ffbf1123a96e067050e57f5cec403e3080a650ca4 |
| turbo-cache-control | no-preview |
| go-import | github.com/microsoft/TypeScript git https://github.com/microsoft/TypeScript.git |
| octolytics-dimension-user_id | 6154722 |
| octolytics-dimension-user_login | microsoft |
| octolytics-dimension-repository_id | 20929025 |
| octolytics-dimension-repository_nwo | microsoft/TypeScript |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 20929025 |
| octolytics-dimension-repository_network_root_nwo | microsoft/TypeScript |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7b5509702f01f876c214a2cbb142690847de0019 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width