bifurcationkit / BifurcationKit.jl

A Julia package to perform Bifurcation Analysis
https://bifurcationkit.github.io/BifurcationKitDocs.jl/stable
Other
303 stars 37 forks source link

Reexport Setfield #85

Closed Datseris closed 1 year ago

Datseris commented 1 year ago

It appears that Setfield.jl is an integral part of BifurcationKit.jl and BifurcationKit.jl cannot be used without Setfield.jl, due to the call signature:

BifurcationProblem{Tvf, Tu, Tp, Tl<:Setfield.Lens, Tplot, Trec} <: BifurcationKit.AbstractAllJetBifProblem

Please improve user experience by using the Reexport.jl package and re-exporting Setfield.jl.

rveltz commented 1 year ago

Thank you for the advice. Will do

rveltz commented 1 year ago

Solved on master.