Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could issymbollike be extracted into a new package? #264

Closed
LebedevRI opened this issue May 14, 2023 · 0 comments
Closed

Could issymbollike be extracted into a new package? #264

LebedevRI opened this issue May 14, 2023 · 0 comments

Comments

@LebedevRI
Copy link

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?

Refs. JuliaPhysics/Measurements.jl#142 (comment)
Refs. JuliaSymbolics/Symbolics.jl#898

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant