-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Doc for ccall with Union{}
return type
#14685
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
Labels
docs
This change adds or pertains to documentation
Comments
that's supposed to segfault. the |
Union{}
return typeUnion{}
return type
That's kind of surprising, and it doesn't seem to be documented. Can we do something like Changing to a doc issue for now. |
I don't think it is so surprising. julia> isa(nothing, Union{})
false
julia> isa(nothing, Void)
true Seems consistent to me. |
yuyichao
added a commit
to yuyichao/LibExpat.jl
that referenced
this issue
Jan 23, 2016
yuyichao
added a commit
to yuyichao/LibExpat.jl
that referenced
this issue
Jan 23, 2016
yuyichao
added a commit
that referenced
this issue
Apr 7, 2016
yuyichao
added a commit
that referenced
this issue
Apr 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While trying to repro the LibExpat failure from this PkgEval run, I ran in to the following, with both LLVM 3.3 and 3.7.1:
The text was updated successfully, but these errors were encountered: