From 90bbd8698701c8e6bb99f1b3e32b959eed0aa905 Mon Sep 17 00:00:00 2001 From: Shashi Gowda Date: Fri, 17 May 2024 10:33:12 -0400 Subject: [PATCH] also disable iscall deprecation --- src/SymbolicUtils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SymbolicUtils.jl b/src/SymbolicUtils.jl index 286ba3bc1..7d6618106 100644 --- a/src/SymbolicUtils.jl +++ b/src/SymbolicUtils.jl @@ -19,7 +19,7 @@ using TermInterface import TermInterface: iscall, isexpr, issym, symtype, head, children, operation, arguments, metadata, maketerm -Base.@deprecate_binding istree iscall +const istree = iscall export istree, operation, arguments, unsorted_arguments, similarterm # Sym, Term, # Add, Mul and Pow