JuliaSymbolics / SymbolicUtils.jl

Symbolic expressions, rewriting and simplification
https://docs.sciml.ai/SymbolicUtils/stable/
Other
524 stars 99 forks source link

`nameof(f)` not defined for all functors #503

Open baggepinnen opened 1 year ago

baggepinnen commented 1 year ago

https://github.com/JuliaSymbolics/SymbolicUtils.jl/blob/7534749988566b76940b60b462f3fdb72d109c59/src/types.jl#L677

SymbolicUtils often calls nameof on functions, but when a callable struct appears as the argument to nameof, this fails.