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

Precompilation failure on Julia nightly #134

Closed
bkamins opened this issue Jun 15, 2021 · 3 comments
Closed

Precompilation failure on Julia nightly #134

bkamins opened this issue Jun 15, 2021 · 3 comments

Comments

@bkamins
Copy link
Member

bkamins commented Jun 15, 2021

I get the following warning:

WARNING: Method definition (::Missings.PassMissing{F})(Any...) where {F} in module Missings at /home/bkamins/.julia/packages/Missings/sx5js/src/Missings.jl:192 overwritten on the same line (check for duplicate calls to `include`).
  ** incremental compilation may be fatally broken for this module **

WARNING: Method definition (::Missings.PassMissing{F})(Any) where {F} in module Missings at /home/bkamins/.julia/packages/Missings/sx5js/src/Missings.jl:184 overwritten on the same line (check for duplicate calls to `include`).
  ** incremental compilation may be fatally broken for this module **

on current Julia nightly ( 1.8.0-DEV.31 (2021-06-14), Commit 2f1a958826

@nalimilan - do you know what could cause this?

@nalimilan
Copy link
Member

Maybe a Julia bug with generated functions? Probably worth reporting.

@bkamins
Copy link
Member Author

bkamins commented Jun 15, 2021

I have the same in KristofferC/Crayons.jl#45. Who do you think we should report to?

@bkamins
Copy link
Member Author

bkamins commented Jun 19, 2021

Fixed on 1.8.0-DEV.56 (2021-06-19)

@bkamins bkamins closed this as completed Jun 19, 2021
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

2 participants