-
-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Labels
backendConcerning the julia server and runtimeConcerning the julia server and runtimebugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Pluto is not working on Julia 1.12 because the MethodTable was removed? Or replaced by a global one... not sure.
This code is not working:
| methods_table = typeof(f).name.mt |
This might be useful, this was updated to work in Julia 1.12: https://github.com/nickrobinson251/Tricks.jl/blob/11a9e761cae50b1e0b31a5ef6d408f133cc46f72/src/Tricks.jl#L101-L107
But maybe we don't need this, since we only use it (in Julia 1.12) to visit all methods and there might be different API for that. Maybe related is JuliaLang/julia#59158 (comment)
Metadata
Metadata
Assignees
Labels
backendConcerning the julia server and runtimeConcerning the julia server and runtimebugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers