Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

type Nothing has no field specTypes #177

Closed
pkofod opened this issue Nov 2, 2021 · 3 comments · Fixed by #181
Closed

type Nothing has no field specTypes #177

pkofod opened this issue Nov 2, 2021 · 3 comments · Fixed by #181

Comments

@pkofod
Copy link

pkofod commented Nov 2, 2021

Any idea what might cause this in warntype_last?

julia> warntype_last()
ERROR: type Nothing has no field specTypes
Stacktrace:
 [1] getproperty(x::Nothing, f::Symbol)
   @ Base ./Base.jl:33
 [2] warntype_last(io::Base.TTY; kwargs::Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
   @ ProfileView ~/.julia/packages/ProfileView/6rn33/src/ProfileView.jl:31
 [3] warntype_last(io::Base.TTY) (repeats 2 times)
   @ ProfileView ~/.julia/packages/ProfileView/6rn33/src/ProfileView.jl:31
 [4] top-level scope
   @ REPL[37]:1

@timholy
Copy link
Owner

timholy commented Nov 2, 2021

Clicking on a method that got inlined. I should check for that.

@timholy
Copy link
Owner

timholy commented Nov 2, 2021

Just move to a lower bar.

@pkofod
Copy link
Author

pkofod commented Nov 2, 2021

That makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants