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(yaml): fix StringifyOptions.noRefs #5292

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Jul 4, 2024

noRefs option stopped working at 1.0.0-rc.1. This PR fixes it.

One of if-condition in inspectNode util was reversed here: https://github.com/denoland/deno_std/pull/5239/files#diff-d51202515e2d50a21e0e272ef2ce1cce07793bc5a2a01a7ea1f9e4b3ccb0c429R808

@github-actions github-actions bot added the yaml label Jul 4, 2024
Copy link

codecov bot commented Jul 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.80%. Comparing base (cdb6ee4) to head (85e65c3).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5292      +/-   ##
==========================================
+ Coverage   95.76%   95.80%   +0.04%     
==========================================
  Files         457      457              
  Lines       37955    37955              
  Branches     5567     5572       +5     
==========================================
+ Hits        36346    36364      +18     
+ Misses       1568     1551      -17     
+ Partials       41       40       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@iuioiua iuioiua changed the title fix(yaml): fix noRefs option fix(yaml): fix StringifyOptions.noRefs Jul 4, 2024
Copy link
Contributor

@iuioiua iuioiua left a comment

Choose a reason for hiding this comment

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

Nice. Thank you.

@kt3k kt3k merged commit ed1ab26 into denoland:main Jul 4, 2024
14 checks passed
@kt3k kt3k deleted the fix-yaml-no-ref branch July 4, 2024 05:56
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.

2 participants