Precompiling MTK when --depwarn=yes
or --depwarn=true
causes deprecation warning
#2827
Labels
bug
Something isn't working
Describe the bug π
When precompiling ModelingToolkit when Julia is started with
--depwarn=yes
or--depwarn=error
, a warning is given:This can cause certain Aqua tests to fail in some cases e.g. SciML/BaseModelica.jl#22.
Expected behavior
Since a recent PR got rid of
istree
in MTK #2753this is pretty strange.
Minimal Reproducible Example π
using ModelingToolkit
Error & Stacktraceβ οΈ
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
Can be replicated by precompiling MTK in a clean environment.
The text was updated successfully, but these errors were encountered: