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
Commenting out the line with @info and invoking show on MyIterator causes a segfault.
Since it's so easy to put @info and @debug for method that might be called from show, I think it'd be nice to detect infinite recursion. It might be a nice use-case of the context variables JuliaLang/julia#35833 (comment)
The text was updated successfully, but these errors were encountered:
MWE
Commenting out the line with
@info
and invokingshow
onMyIterator
causes a segfault.Since it's so easy to put
@info
and@debug
for method that might be called fromshow
, I think it'd be nice to detect infinite recursion. It might be a nice use-case of the context variables JuliaLang/julia#35833 (comment)The text was updated successfully, but these errors were encountered: