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
In other words, I think in the example in the OP the caller should explicitly push!(signals::Vector{<:Signal}, Signal(nt)); depending on the situation the error that gets raised otherwise is actually "a feature" and not just an inconvenience depending on the caller's actual intentions, so we should continue to force them to express those intentions explicitly
In that case I'd advocate for defining convert and having it raise an error message explaining that intent
The text was updated successfully, but these errors were encountered:
jrevels
changed the title
throw better error messages for defensive implicit Rowconvert failures
throw better error messages for defensive implicit AbstractRecordconvert failures
Nov 2, 2022
we should suggest that the caller explicitly constructs relevant
Row
s instead of relying on implicit conversionref #27 (comment)
The text was updated successfully, but these errors were encountered: