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
When trying to tab after t[ there's the following error:
julia> t = (a = 1, b = 2)
julia> t[┌ Error: Error in the keymap
│ exception =
│ MethodError: no method matching iterate(::Nothing)
│ Closest candidates are:
│ iterate(::Any) at essentials.jl:831
│ iterate(::Any, ::Any) at essentials.jl:826
│ iterate(::Core.SimpleVector) at essentials.jl:562
│ ...
│ Stacktrace:
│ [1] start(::Nothing) at ./essentials.jl:853
│ [2] iterate at ./essentials.jl:831 [inlined]
│ [3] first at ./abstractarray.jl:287 [inlined]
│ [4] dict_identifier_key(::String, ::Symbol) at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v0.7/REPL/src/REPLCompletions.jl:472
on Julia 0.7 alpha.
The text was updated successfully, but these errors were encountered:
When trying to tab after
t[
there's the following error:on Julia 0.7 alpha.
The text was updated successfully, but these errors were encountered: