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

vcat(Ones(∞),1) is not handled #108

Open
putianyi889 opened this issue Feb 18, 2023 · 3 comments
Open

vcat(Ones(∞),1) is not handled #108

putianyi889 opened this issue Feb 18, 2023 · 3 comments

Comments

@putianyi889
Copy link
Contributor

Currently this will cause memory overflow.

@dlfivefifty
Copy link
Member

I don’t think that should work

@putianyi889
Copy link
Contributor Author

That should throw an error.

@jishnub
Copy link
Member

jishnub commented Jun 28, 2023

In #128, I had implemented

julia> vcat(1:∞,1)
1:

but perhaps this should be removed?

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

3 participants