We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See #1709 (comment). This should be changed when JuliaLang/julia#30485 is fixed.
The text was updated successfully, but these errors were encountered:
@nalimilan Given JuliaLang/julia#30485 maybe we should drop 1.0 milestone here?
Sorry, something went wrong.
Let's see whether we can make progress on that issue. I've pinged Jameson.
@nalimilan now this can be fixed but it would produce the following union in inference:
Union{Vector{Missing}, Vector{Union{Missing, Int}}, Vector{Int}}
(but indeed if Vector{Int} is produced, which is most common, it would be faster)
Vector{Int}
Are we OK with this and make the change?
No branches or pull requests
See #1709 (comment).
This should be changed when JuliaLang/julia#30485 is fixed.
The text was updated successfully, but these errors were encountered: