-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REPL goes into an endless loop while displaying mutually referencing items #3066
Comments
I think this has actually been around since issue #25. |
See also #1139. I'd also like to see this fixed, but it's not quite clear which is the best way to do it. Just getting rid of the infinite loop would be a start, of course. |
This may be related, however the stackoverflow occurs without doing any displaying:
Note this works with |
Closed by #3831. |
JobJob
added a commit
to JobJob/IJulia.jl
that referenced
this issue
Jun 12, 2017
Julia 3066 is long resolved: JuliaLang/julia#3066 (comment)
stevengj
pushed a commit
to JuliaLang/IJulia.jl
that referenced
this issue
Jun 12, 2017
Julia 3066 is long resolved: JuliaLang/julia#3066 (comment)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
show
endlessly tries to display both the child and parent.Ran into this situation while I was modelling an XML document as a tree structure and I had a
parent
reference for unwinding the stack while parsing the XML document.I'll find a workaround for my current use case, but it will be good to enhance
show
to keep track of objects already displayed and not display them again.The text was updated successfully, but these errors were encountered: