dfdx / Espresso.jl

Expression transformation package
Other
57 stars 8 forks source link

WARNING: could not import Base.Slot into Espresso #52

Closed lbenet closed 1 week ago

lbenet commented 2 weeks ago

The following appeared today, after updating to Julia 1.10.5...

julia> using TaylorIntegration
Precompiling TaylorIntegration
  101 dependencies successfully precompiled in 22 seconds. 8 already precompiled.
  1 dependency had output during precompilation:
┌ Espresso
│  WARNING: could not import Base.Slot into Espresso
└  
dfdx commented 2 weeks ago

I think I have fixed it. At least tests pass on 1.6, 1.10 and latest Julia without the warning. Please, update to Espresso 0.6.2 and check if has helped.

lbenet commented 2 weeks ago

There seems to be an issue with tagbot... see https://github.com/dfdx/Espresso.jl/issues/54#issuecomment-2321777379

lbenet commented 2 weeks ago

In any case, thanks a lot for addressing this!

dfdx commented 2 weeks ago

I had to push the new tag manually, but this worked for me just now:

pkg> add Espresso@v0.6.2
dfdx commented 1 week ago

I will assume that the issue is now fully resolved. Please re-open if there are other problems with it!