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

Method definition overwitten #28

Open
hack-hard opened this issue Oct 6, 2024 · 0 comments
Open

Method definition overwitten #28

hack-hard opened this issue Oct 6, 2024 · 0 comments

Comments

@hack-hard
Copy link

After updating my packages I get the following errors:

WARNING: Method definition num_l1cache() in module CPUSummary at /home/tristan/.julia/packages/CPUSummary/USJKE/src/x86.jl:9 overwritten at /home/tristan/.julia/packages/CPUSummary/USJKE/src/CPUSummary.jl:60.
WARNING: Method definition num_cores() in module CPUSummary at /home/tristan/.julia/packages/CPUSummary/USJKE/src/x86.jl:10 overwritten at /home/tristan/.julia/packages/CPUSummary/USJKE/src/CPUSummary.jl:63.
WARNING: Method definition cache_size(Union{Base.Val{1}, Static.StaticInt{1}}) in module CPUSummary at /home/tristan/.julia/packages/CPUSummary/USJKE/src/x86.jl:26 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition cache_size(Union{Base.Val{2}, Static.StaticInt{2}}) in module CPUSummary at /home/tristan/.julia/packages/CPUSummary/USJKE/src/x86.jl:26 overwritten on the same line (check for duplicate calls to `include`).
WARNING: Method definition cache_size(Union{Base.Val{3}, Static.StaticInt{3}}) in module CPUSummary at /home/tristan/.julia/packages/CPUSummary/USJKE/src/x86.jl:26 overwritten on the same line (check for duplicate calls to `include`).

I have no clue why since I do not depends on CPUSUmmary.

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

No branches or pull requests

1 participant