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 encoding of anchor and alias #605

Merged
merged 3 commits into from
Dec 23, 2024
Merged

Fix encoding of anchor and alias #605

merged 3 commits into from
Dec 23, 2024

Conversation

goccy
Copy link
Owner

@goccy goccy commented Dec 22, 2024

resolve #259
There is no longer a need to specify an alias with a tag, except when used in combination with inline.

@codecov-commenter
Copy link

codecov-commenter commented Dec 22, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 46.66667% with 8 lines in your changes missing coverage. Please review.

Project coverage is 77.21%. Comparing base (beec790) to head (8163d5b).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #605      +/-   ##
==========================================
+ Coverage   77.14%   77.21%   +0.06%     
==========================================
  Files          22       22              
  Lines        7886     7870      -16     
==========================================
- Hits         6084     6077       -7     
+ Misses       1382     1374       -8     
+ Partials      420      419       -1     

@goccy goccy merged commit 9cbf5d4 into master Dec 23, 2024
19 checks passed
@goccy goccy deleted the fix-259 branch December 23, 2024 01:25
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.

yaml.Marshal gets confused with anchors and aliases
2 participants