Skip to content
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

07544-medium-construct-tuple: Test the maximum allowed tuple size i.e. 9999 #21208

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gaac510
Copy link
Contributor

@gaac510 gaac510 commented Dec 29, 2022

Why expect error at length 1000?

It's definitely possible to produce a tuple of size up to 9999. At size 10000 though you do get an error saying the tuple is too large to represent.

@antfu
Copy link
Member

antfu commented Jan 6, 2023

I guess that would depend on the version of TS. Maybe we should only keep the 999.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants