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
Don't error if we don't have line information (#634)
* Don't error if we don't have line information
`whereis` is already allowed to return `nothing`. It's possible for codeloc to be != 0,
but for Core.Compiler to still be unable to produce a location. In that case, also
return `nothing`.
* propagate the `nothing` case
---------
Co-authored-by: Tim Holy <[email protected]>
0 commit comments