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
right now it returns true which is crazy. Should throw an error.
UPD 2023-04-26: perhaps an actionable direction would be to try to reproduce it by removing the following code from is_grounded_call and run the analysis on the packages to see what happens...
# the following check is taken verbatim from code_warntype
if !isa(slottypes, Vector{Any})
return true # I don't know when we get here,
# over-approx. as stable
end
The text was updated successfully, but these errors were encountered:
right now it returns
true
which is crazy. Should throw an error.UPD 2023-04-26: perhaps an actionable direction would be to try to reproduce it by removing the following code from
is_grounded_call
and run the analysis on the packages to see what happens...The text was updated successfully, but these errors were encountered: