fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

Improve anchor alias node management #340

Closed fktn-k closed 5 months ago

fktn-k commented 5 months ago

This PR has improved the way of managing anchor/alias nodes by sharing the anchor node table among nodes.
The process of deserializing such nodes and have also been modified according to the above change.


Pull Request Checklist

Read the CONTRIBUTING.md file for detailed information.

Please don't

github-actions[bot] commented 5 months ago

:octocat: Upload Coverage Event Notification

Coverage data has been uploaded for the commit bbab1b59dc6484d775ae024415f696199e5f5138. You can download the artifact which contains the same file uploaded to the Coveralls and its HTML version.

Name fkYAML_coverage.pr340.zip
ID 1494486867
URL https://github.com/fktn-k/fkYAML/actions/runs/9049272212/artifacts/1494486867
coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 9049272212

Details


Totals Coverage Status
Change from base Build 8942798853: 0.0%
Covered Lines: 3691
Relevant Lines: 3691

💛 - Coveralls