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
Maybe this could be related to the legacy curly-brace array syntax?
julia>struct Foo
a ::Vector{String}{String}
end
ERROR: TypeError:in Type{...} expression, expected UnionAll, got Type{Array{String,1}}
Stacktrace:
[1] top-level scope at none:0
The actual problem is glaringly obvious in this example, but this is distilled from a much more complicated example I encountered in the wild involving bad code generation, where the puzzling error message made me briefly want to rage quit this whole programming thing.
I didn't find any reports that appeared directly related to this issue, though #18096 could be tangentially related?
The text was updated successfully, but these errors were encountered:
Thanks for reporting. Do you have a suggestion for a better wording? I could propose some, but would be useful to know what you would have found helpful.
I can't really think of how to make this clearer. We should have slightly more accurate line info now, though we have existing issues about improving that.
Maybe this could be related to the legacy curly-brace array syntax?
The actual problem is glaringly obvious in this example, but this is distilled from a much more complicated example I encountered in the wild involving bad code generation, where the puzzling error message made me briefly want to rage quit this whole programming thing.
I didn't find any reports that appeared directly related to this issue, though #18096 could be tangentially related?
The text was updated successfully, but these errors were encountered: