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

Revert "refactor(ext/node): Use Deno.inspect (#17960)" #18491

Merged
merged 4 commits into from
Mar 30, 2023

Conversation

bartlomieju
Copy link
Member

@bartlomieju bartlomieju commented Mar 29, 2023

This reverts commit a3529d0.

This change made debugging Node tests very hard - AssertionError is now printed as [Circular *1] giving no visibility what failed.

We need to align two implementations together and remove this one then.

CC @kt3k @ry

Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dsherret dsherret merged commit 381f580 into denoland:main Mar 30, 2023
@bartlomieju bartlomieju deleted the revert_a3529d0 branch March 30, 2023 15:44
mmastrac pushed a commit that referenced this pull request Mar 31, 2023
This reverts commit a3529d0.

This change made debugging Node tests very hard - `AssertionError` is
now printed as `[Circular *1]` giving no visibility what failed.

We need to align two implementations together and remove this one then.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants