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

[🐞]WARNING: Method definition DIVAnd_bc_stretch overwritten #134

Closed
Alexander-Barth opened this issue Aug 3, 2023 · 1 comment
Closed

Comments

@Alexander-Barth
Copy link
Member

Describe the bug
Warning during loading:

using DIVAnd

WARNING: Method definition DIVAnd_bc_stretch(Any, Any, Any, Any, Any) in module DIVAnd at /home/abarth/.julia/dev/DIVAnd/src/DIVAnd_bc_stretch.jl:1 overwritten at /home/abarth/.julia/dev/DIVAnd/src/DIVAnd_bc_stretch.jl:10.
  ** incremental compilation may be fatally broken for this module **

Environment

  • Julia version: 1.9.0
  • Operating system: Linux

This warning seems inconsequential.
There is currently an ambiguity which function to call with DIVAnd_bc_stretch(mask, pmnin, xiin, Lin, moddim) from the compiler perspective (but both function at line 1 and 10 do the same thing).

I am currently working on a fix.

Alexander-Barth added a commit that referenced this issue Aug 3, 2023
@Alexander-Barth
Copy link
Member Author

should be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant