Skip to content
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

resolve circular reference issue when printing #3148

Closed
bkamins opened this issue Sep 13, 2022 · 2 comments
Closed

resolve circular reference issue when printing #3148

bkamins opened this issue Sep 13, 2022 · 2 comments
Labels
Milestone

Comments

@bkamins
Copy link
Member

bkamins commented Sep 13, 2022

both text/plain and html

Example:

julia> df = DataFrame(a=Any[nothing])
1×1 DataFrame
 Row │ a
     │ Any
─────┼─────
   1 │

julia> df.a[1] = [df]
1-element Vector{DataFrame}:
Error showing value of type Vector{DataFrame}:
ERROR: StackOverflowError:
@bkamins bkamins added this to the 1.5 milestone Sep 13, 2022
@bkamins
Copy link
Member Author

bkamins commented Dec 2, 2022

This is resolved.

@ronisbr - right?

@bkamins bkamins closed this as completed Dec 2, 2022
@ronisbr
Copy link
Member

ronisbr commented Dec 2, 2022

Yes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants