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

OverflowError with large NTuple type #11449

Closed
garrison opened this issue May 27, 2015 · 3 comments
Closed

OverflowError with large NTuple type #11449

garrison opened this issue May 27, 2015 · 3 comments

Comments

@garrison
Copy link
Member

In the spirit of #11340, here's another regression:

julia> NTuple{20000,Int}
ERROR: OverflowError()

This seems to be intermittent; I can often get it to work a moment later until I go to an even larger value.

@JeffBezanson
Copy link
Member

The OverflowError itself is intentional, added by #11330. However that change was not effective, since it just throws an exception at a random point and doesn't actually prevent you from constructing the type.

@JeffBezanson
Copy link
Member

Also #11321 #11320

@JeffBezanson
Copy link
Member

Closing as dup.

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

No branches or pull requests

2 participants