-
Notifications
You must be signed in to change notification settings - Fork 149
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
Provide constructors from generators #792
Conversation
This also much simplifies the code.
I see that you are testing with Julia 1.0, ..., 1.3. I'm currently seeing test failures with Julia 1.1. Do you still want to support Julia 1.1? It's not officially supported any more. If you do, I'll install Julia 1.1 to debug. I also see that you are not testing with Julia 1.4, the currently recommended version. I would add it. |
I don't have strong opinions but we've generally tried to be "quite" compabilble in the past. We should definitely at least start testing 1.4! |
The remaining failures seem unrelated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's almost LGTM. If sacollect(::Type{<:StaticArray}, gen)
works it'd be nice to have a few tests for MArray
too.
Co-authored-by: Takafumi Arakaki <[email protected]>
The test failures seem unrelated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! (still need to decide export sacollect
#792 (comment))
All good now. Failures are unrelated. |
Closes #791.