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

unexpected precompile warning in 1.7.0-beta2 #41355

Closed
Roger-luo opened this issue Jun 24, 2021 · 3 comments
Closed

unexpected precompile warning in 1.7.0-beta2 #41355

Roger-luo opened this issue Jun 24, 2021 · 3 comments

Comments

@Roger-luo
Copy link
Contributor

This is originally reported by @fonsp here: Roger-luo/Configurations.jl#45

while trying to debug it I find this seems to be a regression, since I cannot reproduce it in previous julia versions.

@Roger-luo Roger-luo changed the title unexpected precompile warning in 1.7.0-beta unexpected precompile warning in 1.7.0-beta2 Jun 25, 2021
@Roger-luo
Copy link
Contributor Author

seems this happens on DocumenterTools as well

julia> using GarishPrint, DocumenterTools
[ Info: Precompiling DocumenterTools [35a29f4d-8980-5a13-9543-d66fff28ecb8]
WARNING: Method definition Any(Any...) in module DOM at /home/roger/.julia/packages/Documenter/f5jts/src/Utilities/DOM.jl:191 overwritten on the same line (check for duplicate calls to `include`).
  ** incremental compilation may be fatally broken for this module **

WARNING: Method definition Any(Any...) in module DOM at /home/roger/.julia/packages/Documenter/f5jts/src/Utilities/DOM.jl:192 overwritten on the same line (check for duplicate calls to `include`).
  ** incremental compilation may be fatally broken for this module **

@fredrikekre
Copy link
Member

#41277

@jaakkor2
Copy link
Contributor

I see this with using JSON3 and using NearestNeighbors when I have removed .julia\compiled\v1.7-folder completely. After the first using, warnings do not show up anymore.

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

3 participants