Skip to content

fix: fixed a problem that MarshalIndent does not work when UnorderedMap is specified#435

Merged
goccy merged 2 commits intogoccy:masterfrom
orisano:fix/#417
Mar 13, 2023
Merged

fix: fixed a problem that MarshalIndent does not work when UnorderedMap is specified#435
goccy merged 2 commits intogoccy:masterfrom
orisano:fix/#417

Conversation

@orisano
Copy link
Copy Markdown
Contributor

@orisano orisano commented Feb 25, 2023

fixed negative overflow on appendObjectEnd
fixed output on appendColon and appendObjectEnd

fix #417

…ap is specified

fixed negative overflow on appendObjectEnd
fixed output on appendColon and appendObjectEnd

fix goccy#417
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 25, 2023

Codecov Report

Merging #435 (e377047) into master (b68305f) will increase coverage by 0.14%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #435      +/-   ##
==========================================
+ Coverage   76.95%   77.10%   +0.14%     
==========================================
  Files          55       55              
  Lines       18820    18821       +1     
==========================================
+ Hits        14483    14511      +28     
+ Misses       3698     3676      -22     
+ Partials      639      634       -5     

@goccy
Copy link
Copy Markdown
Owner

goccy commented Mar 13, 2023

LGTM

Ah, maybe we have never tested the combination of unordered map and indent before ?

@orisano
Copy link
Copy Markdown
Contributor Author

orisano commented Mar 13, 2023

Ah, maybe we have never tested the combination of unordered map and indent before ?

yes

@goccy goccy merged commit f32a307 into goccy:master Mar 13, 2023
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.

MarshalIndentWithOption is failing with UnorderedMap

3 participants