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
Fix destructuring signature() return value before nothing check (#142)
In 3b60b6a, the return type of signature() was
changed from `Tuple{Union{Nothing, Type}, PC}` to `Tuple{Union{Nothing,
MethodInfoKey}, PC}`:(where PC = `Union{Int, BreakpointRef}`), but the check for
`nothing` wasn't moved before the destructuring of the `MethodInfoKey`. This
cuased the (caught) exception described intimholy/Revise.jl#1002.
0 commit comments