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'd like to see Symbolics.jl supported in Measurements.jl,
but for reasons, the Num type would need to be explicitly allowed
on the Measurements.jl side, which will require depending on
whatever package providing it.
I've since found the SciMLBase.issymbollike() function,
which should answer the question i'm looking for,
but unfortunately, if i add SciMLBase as a dependency of Measurements,
to my surprise, we get a cyclic dependency, because SciMLBase exports issymbollike
from RecursiveArrayTools, which itself depends on Measurements...
So, can issymbollike be extracted into a new package?
I'd like to see
Symbolics.jl
supported inMeasurements.jl
,but for reasons, the
Num
type would need to be explicitly allowedon the
Measurements.jl
side, which will require depending onwhatever package providing it.
I've since found the
SciMLBase.issymbollike()
function,which should answer the question i'm looking for,
but unfortunately, if i add
SciMLBase
as a dependency ofMeasurements
,to my surprise, we get a cyclic dependency, because
SciMLBase
exportsissymbollike
from
RecursiveArrayTools
, which itself depends onMeasurements
...So, can
issymbollike
be extracted into a new package?Refs. JuliaPhysics/Measurements.jl#142 (comment)
Refs. JuliaSymbolics/Symbolics.jl#898
Thanks!
The text was updated successfully, but these errors were encountered: