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

Reuse decoded value for alias #72

Merged
merged 1 commit into from
Jan 9, 2020

Conversation

goccy
Copy link
Owner

@goccy goccy commented Jan 9, 2020

resolve #71

If found alias node, reuse already decoded value .

@codecov-io
Copy link

Codecov Report

Merging #72 into master will decrease coverage by 0.03%.
The diff coverage is 81.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
- Coverage   82.32%   82.28%   -0.04%     
==========================================
  Files          10       10              
  Lines        2122     2140      +18     
==========================================
+ Hits         1747     1761      +14     
- Misses        256      258       +2     
- Partials      119      121       +2
Impacted Files Coverage Δ
decode.go 72.3% <81.08%> (+0.15%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 17e1bea...7a0a7ff. Read the comment docs.

@goccy goccy merged commit ea0a076 into master Jan 9, 2020
@goccy goccy deleted the feature/reuse-decoded-value-for-alias branch January 9, 2020 12:55
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.

Parsing YAML files with anchors does not keep pointers to anchors when unmarshalling
2 participants