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
I thought about that too, but when you get to the point of calling clear_all_caches! from the REPL, you'd need to do something like clear_all_caches!(DAECompiler) anyway. So, if we think it would be better to keep things consistent, maybe we want new_cache(@__MODULE__, ...).
If so might want to use a macro around the constructor call, so we can pull the
@__MODULE__
out.e.g
@new_cache Dict{Int, Function}()
The text was updated successfully, but these errors were encountered: