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

Better visualization for mixed and dictionaries #1662

Closed
gagik opened this issue Jun 11, 2024 · 1 comment · Fixed by #1663
Closed

Better visualization for mixed and dictionaries #1662

gagik opened this issue Jun 11, 2024 · 1 comment · Fixed by #1663
Assignees

Comments

@gagik
Copy link
Collaborator

gagik commented Jun 11, 2024

Is your feature request related to a problem? Please describe.
Since we're using flatted , the stringified output can be weird to read as a human; for example:
flatted.stringify([123]) == "[[123]]" or flatted.stringify([[123]]) == [["1"],[123]]`

Describe the solution you'd like
Use util.inspect to visualize these cases instead.

@gagik gagik changed the title Better visualization for mixed and objects Better visualization for mixed and dictionaries Jun 11, 2024
@gagik gagik self-assigned this Jun 11, 2024
Copy link

sync-by-unito bot commented Jun 11, 2024

➤ PM Bot commented:

Jira ticket: RSTUDIO-539

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant