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

New version: MethodAnalysis v0.4.8 #68539

Merged
merged 1 commit into from
Sep 19, 2022

Conversation

JuliaRegistrator
Copy link
Contributor

UUID: 85b6ec6f-f7df-4429-9514-a64bcd9ee824
Repo: https://github.com/timholy/MethodAnalysis.jl.git
Tree: cee5b713fa6ad8d9c0d6b5386f4549ce45d59d73

Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec
JuliaRegistrator referenced this pull request in timholy/MethodAnalysis.jl Sep 19, 2022
This allows the operation to know the module in which
the current item was found. Note that this is distinct
from module ownership:

module A f(x) = 1 end
module B
    using ..A
    A.f(x::Int) = 2
end

In this case both methods are found while traversing A,
even though `which(A.f, (Int,)).module == B`.
@JuliaRegistrator JuliaRegistrator temporarily deployed to stopwatch September 19, 2022 09:29 Inactive
@github-actions
Copy link
Contributor

Your new version pull request met all of the guidelines for auto-merging and is scheduled to be merged in the next round.


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

@JuliaTagBot JuliaTagBot merged commit 3538ebb into master Sep 19, 2022
@JuliaTagBot JuliaTagBot deleted the registrator/methodanalysis/85b6ec6f/v0.4.8 branch September 19, 2022 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants