Skip to content

Julia 1.12: MethodTable removed #3314

@fonsp

Description

@fonsp

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

No one assigned

    Labels

    backendConcerning the julia server and runtimebugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions