This should be investigated, I wouldn't expect this to cause a StackOverflow
|
# We can't use `operate!!` here because in the IsNotMutable case (e.g., |
|
# NonlinearExpr), it will fallback to this method and cause a StackOverflow. |
|
if _MA.mutability(T) == _MA.IsNotMutable() |
This should be investigated, I wouldn't expect this to cause a StackOverflow
JuMP.jl/src/mutable_arithmetics.jl
Lines 289 to 291 in a573de2