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

Incremental compilation may be broken for this module? #128

Open
ahojukka5 opened this issue Aug 21, 2018 · 0 comments
Open

Incremental compilation may be broken for this module? #128

ahojukka5 opened this issue Aug 21, 2018 · 0 comments

Comments

@ahojukka5
Copy link

ahojukka5 commented Aug 21, 2018

I'm using Calculus.jl in FEMBasis.jl to calculate partial derivatives of interpolation polynomials symbolically before code generation. During precompilation of package, I get a lot of following messages:

WARNING: eval from module Calculus to FEMBasis:    
Expr(:call, :*, 0.5, 1)
  ** incremental compilation may be broken for this module **
WARNING: eval from module Calculus to FEMBasis:    
Expr(:call, :*, 0.5, 1)
  ** incremental compilation may be broken for this module **
WARNING: eval from module Calculus to FEMBasis:    
Expr(:call, :*, -0.5, 1)
  ** incremental compilation may be broken for this module **
# ... continues thousands of lines ...

For whole build log, see https://travis-ci.org/JuliaFEM/FEMBasis.jl/jobs/418381139.

Here's the lines I use Calculus:

Is this issue of FEMBasis or Calculus and how to solve this, or should I even be worried about this..?

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