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

make better error handling of length being too large #56

Closed
EmilHvitfeldt opened this issue May 17, 2024 · 1 comment
Closed

make better error handling of length being too large #56

EmilHvitfeldt opened this issue May 17, 2024 · 1 comment
Labels
bug an unexpected problem or unintended behavior

Comments

@EmilHvitfeldt
Copy link
Member

library(sparsevctrs)
sparse_integer(integer(), integer(), length = 100000000000)
#> Warning in sparse_integer(integer(), integer(), length = 1e+11): NAs introduced
#> by coercion to integer range
#> [1]

@EmilHvitfeldt EmilHvitfeldt added the bug an unexpected problem or unintended behavior label May 17, 2024
@EmilHvitfeldt
Copy link
Member Author

closed in 7672fd8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant