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
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
julia> @snoopr using DiffEqBase
7913-element Vector{Any}:
Error showing value of type Vector{Any}:
ERROR: UndefVarError: `isinplace` not defined
Some of the types have been truncated in the stacktrace for improved reading. To emit complete information
in the stack trace, evaluate `TruncatedStacktraces.VERBOSE[] = true` and re-run the code.
Stacktrace:
[1] show(io::IOContext{IOBuffer}, t::
SYSTEM (REPL): showing an error caused an error
Honestly, this is just BS. Do you guys hate people trying to improve the SciML ecosystem?
The text was updated successfully, but these errors were encountered:
Apart from the whole invalidation issue, is it possible that some of the defined show(…) methods are simply bugged (using variables that are not defined)?
#19 adds safety to the macro in the non-verbose case, same as SciML/SciMLBase.jl#419. #20 now states everything should use the macro to avoid any bugged show methods. And a preference exists to remove all of the invalidations.
Honestly, this is just BS. Do you guys hate people trying to improve the SciML ecosystem?
The text was updated successfully, but these errors were encountered: