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
The example examples/juliatypes.jl does not work anymore:
$ julia examples/juliatypes.jl
ERROR: LoadError: type UnionAll has no field name
Stacktrace:
[1] top-level scope
[2] include at ./boot.jl:283 [inlined]
[3] include_relative(::Module, ::String) at ./loading.jl:503
[4] include(::Module, ::String) at ./sysimg.jl:15
[5] process_options(::Base.JLOptions) at ./client.jl:322
[6] _start() at ./client.jl:373
in expression starting at examples/juliatypes.jl:494
This was used to prototype the type system #8974, maybe it can be deleted now?
The text was updated successfully, but these errors were encountered:
The example
examples/juliatypes.jl
does not work anymore:This was used to prototype the type system #8974, maybe it can be deleted now?
The text was updated successfully, but these errors were encountered: