You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is_derived_type at ./inference.jl:933
jlcall_is_derived_type_1588 at /opt/local/julia-dev/lib/julia/sys.dylib (unknown line)
is_derived_type at ./inference.jl:944
jlcall_is_derived_type_1588 at /opt/local/julia-dev/lib/julia/sys.dylib (unknown line)
is_derived_type at ./inference.jl:933
jlcall_is_derived_type_1588 at /opt/local/julia-dev/lib/julia/sys.dylib (unknown line)
is_derived_type at ./inference.jl:944
jlcall_is_derived_type_1588 at /opt/local/julia-dev/lib/julia/sys.dylib (unknown line)
is_derived_type at ./inference.jl:933
jlcall_is_derived_type_1588 at /opt/local/julia-dev/lib/julia/sys.dylib (unknown line)
is_derived_type at ./inference.jl:944
jlcall_is_derived_type_1588 at /opt/local/julia-dev/lib/julia/sys.dylib (unknown line)
it yields the expected result on Julia v0.6.
On v0.7, it also yields the expected result if the last line is f(1)
more strangely, it yields the correct result if f(1) is executed before bar(1).
The text was updated successfully, but these errors were encountered:
f(1)
f(1)
is executed beforebar(1)
.The text was updated successfully, but these errors were encountered: