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

fix(log): fix serializing BigInt value in object #3550

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

eseiker
Copy link
Contributor

@eseiker eseiker commented Aug 19, 2023

Another approach to fix #3547

While my brief implementation in original issue and #3548 represent bigint value as quoted string, this PR serializes value without quotes.

Since this is my first PR submitting to deno, I hope I'm doing right to follow community guidelines😅

@eseiker eseiker requested a review from kt3k as a code owner August 19, 2023 08:34
@CLAassistant
Copy link

CLAassistant commented Aug 19, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@kt3k kt3k merged commit fd5722b into denoland:main Aug 21, 2023
@eseiker eseiker deleted the fix-object-logging branch August 21, 2023 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

std/log doesn't work well with objects with bigint
3 participants