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
# Results
julia>using GeneralizedGenerated
julia>methods(show)
⋮
[74] Error showing value of type Base.MethodList:
ERROR: UndefVarError: Name not defined
Stacktrace:
[1] show(io::IOContext{IOBuffer}, #unused#::
SYSTEM (REPL): showing an error caused an error
ERROR: UndefVarError: Name not defined
Stacktrace:
[1] show(io::IOContext{IOBuffer}, #unused#::
SYSTEM (REPL): caught exception of type UndefVarError while trying to handle a nested exception; giving up
There seem to be two offending methods (for me), both located in module GeneralizedGenerated.NGG. The only useful information I was able to identify for the methods themselves are their roots attributes:
Problem method 1:
Steps to reproduce:
There seem to be two offending methods (for me), both located in module GeneralizedGenerated.NGG. The only useful information I was able to identify for the methods themselves are their
roots
attributes:Problem method 1:
Problem method 2:
The text was updated successfully, but these errors were encountered: