You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...
I'm using
Calculus.jl
inFEMBasis.jl
to calculate partial derivatives of interpolation polynomials symbolically before code generation. During precompilation of package, I get a lot of following messages: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..?
The text was updated successfully, but these errors were encountered: