fktn-k / fkYAML

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

#181 support tag for scalars #305

Closed fktn-k closed 6 months ago

fktn-k commented 6 months ago

This PR adds a new support for scalar tags both in deserialization and serialization.
Along with the above change, the way of handling YAML version directive (such as %YAML 1.2) has also been changed without changing the public fkYAML APIs.
Note that tags for mappings and sequences are not yet supported, but they will soon be supported.


Pull Request Checklist

Read the CONTRIBUTING.md file for detailed information.

Please don't

github-actions[bot] commented 6 months ago

:octocat: Upload Coverage Event Notification

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

Name fkYAML_coverage.pr305.zip
ID 1390900611
URL https://github.com/fktn-k/fkYAML/actions/runs/8582494221/artifacts/1390900611
coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 8582494221

Details


Totals Coverage Status
Change from base Build 8497698905: 0.0%
Covered Lines: 3449
Relevant Lines: 3449

💛 - Coveralls