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

Relationship to SymbolicUtils etc #15

Closed
cscherrer opened this issue May 9, 2023 · 3 comments
Closed

Relationship to SymbolicUtils etc #15

cscherrer opened this issue May 9, 2023 · 3 comments

Comments

@cscherrer
Copy link

Hi,

Documentation for this package says,

Its purpose is to provide a shared interface between various symbolic programming Julia packages, for example SymbolicUtils.jl, Symbolics.jl and Metatheory.jl.

But SymbolicUtils doesn't depend on it, and in fact seems incompatible:

julia> using SymbolicUtils; import TermInterface

julia> @syms x::Int
(x,)

julia> TermInterface.exprhead(x + 1)
ERROR: MethodError: no method matching exprhead(::SymbolicUtils.BasicSymbolic{Int64})

Closest candidates are:
  exprhead(::Expr)
   @ TermInterface ~/.julia/packages/TermInterface/6hcD2/src/expr.jl:5

Stacktrace:
 [1] top-level scope
   @ REPL[2]:1

Digging into this, I came across JuliaSymbolics/SymbolicUtils.jl#505 from a few months ago.

Given this, what is the current and planned relationship of this package to the rest of the ecosystem? Will it be deprecated? If we want to program to an interface to make it easy to use tools from the JuliaSymbolics ecosystem, what's now the "right" way to do that?

@ChrisRackauckas
Copy link
Member

It basically got deprecated. @shashi can comment on his future plans.

@shashi shashi mentioned this issue Oct 1, 2023
@0x0f0f0f
Copy link
Member

0x0f0f0f commented Mar 5, 2024

@cscherrer latest deployed version will be re-integrated with Metatheory.jl (already is on this branch) and likely with SymbolicUtils and dependants

@shashi
Copy link
Member

shashi commented May 11, 2024

Terminterface dependency is merged back in.

@shashi shashi closed this as completed May 11, 2024
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

4 participants