Skip to content

Conversation

@nickrobinson251
Copy link
Collaborator

@nickrobinson251 nickrobinson251 commented Aug 7, 2025

when -rc2 is out (should also bump CI version then... what a pain)

🙄 JuliaLang/julia#59158

Follow-up to #47

src/Tricks.jl Outdated
mt_edges = Core.Compiler.vect(mt, Tuple{f,Vararg{Any}})
else
mt = Core.GlobalMethods
mt = Core.methodtable
Copy link
Owner

@oxinabox oxinabox Aug 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about doing

mt = hasproperty(Core, :GlobalMethods) ? Core.GlobalMethods : Core.methodtable  # was called this in 1.12-dev/1.12-rc1 before changed in 1.12-rc2

So we don't have to worry about going back and remembering this.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ooo yes that's better - thanks!

@oxinabox
Copy link
Owner

oxinabox commented Aug 8, 2025

I have added you as a colaborator
so merge when happy

@nickrobinson251 nickrobinson251 merged commit 3f10e01 into oxinabox:master Aug 8, 2025
5 of 6 checks passed
@coveralls
Copy link

Pull Request Test Coverage Report for Build 16826232061

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.122%

Totals Coverage Status
Change from base Build 16611632079: 0.0%
Covered Lines: 78
Relevant Lines: 82

💛 - Coveralls

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 this pull request may close these issues.

3 participants