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
from inside DynamicExpressions.OperatorEnum(...). Is there a way I can get a basic @eval to work here (and still extend the user-defined operators)? Perhaps I need to simply export the functions (or non-implemented versions of the functions)?
Is there a way I can make the convenience functions (
DynamicExpressions.jl/src/OperatorEnumConstruction.jl
Line 49 in af68fa8
from inside
DynamicExpressions.OperatorEnum(...)
. Is there a way I can get a basic@eval
to work here (and still extend the user-defined operators)? Perhaps I need to simplyexport
the functions (or non-implemented versions of the functions)?@odow any ideas/tips?
The text was updated successfully, but these errors were encountered: