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
For what is worth, the signature line was introduced in v1.11, it doesn't appear in v1.10 because it wasn't there in the first place. Agreed that it may be considered "debug info".
This was introduced by #50630, but as far as I understand debug level is part of jl_codegen_params_t, but I don't see that used at all in that file, so I have no clue how one would conditionally print the signature depending on the debug level if codegen params are never available at that point.
The
; Function Signature: f(Int64)
is debug info so should not be printed here.On 1.10:
The text was updated successfully, but these errors were encountered: