-
-
Notifications
You must be signed in to change notification settings - Fork 293
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
add pretty_stackcall(::Base.StackFrame, ::Module and ::Method)
for Julia 1.10
#2560
Conversation
Try this Pull Request!Open Julia and type: julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="pg/patch-1.10")
julia> using Pluto |
pretty_stackcall(::Base.StackFrame, ::Module)
pretty_stackcall(::Base.StackFrame, ::Module)
for Julia 1.10
The corresponding Julia change is JuliaLang/julia#41099. JuliaLang/julia@2cd0149#diff-cf1a3652a2d8ed35925fb266a1c1d0018d5c393819bb67784e7a5f005e54ce65R55-R57 It seems, we also need to add |
Co-authored-by: Paul Berg <[email protected]>
pretty_stackcall(::Base.StackFrame, ::Module)
for Julia 1.10pretty_stackcall(::Base.StackFrame, ::Module and ::Method)
for Julia 1.10
Co-authored-by: Paul Berg <[email protected]>
I'm surprised that this wasn't caught by our tests and nanosoldier, because we test stack traces... Is there something specific about the |
And thanks Panagiotis!! |
@pankgeorg can you run the tests before this PR on Julia 1.10? (and play some guitar because it takes 30 minutes) |
yes, doing
Well, does anything run Julia 1.10? It's only on nightly build, not yet available in our CI or juliaup. |
It's working fine now on the latest update of Pluto(v0.16.26)!
Thanks a lot!!!!! |
Patch #2554
tested on
Would be nice to understand what changed in julia before merging