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

#195 Implement insertion/extraction operators for basic_node template class #201

Merged
merged 2 commits into from
Nov 8, 2023

Conversation

fktn-k
Copy link
Owner

@fktn-k fktn-k commented Nov 8, 2023

For serialization and deserialization of YAML nodes, insertion/extraction operators for basic_node template class have been added.
They behave as wrapper functions of basic_node APIs for the features.
This is also aimed to minimize the necessity of implementing unnecessarily long codes to achieve them.

With the implementation of the new APIs, the test suite and the documentation has also been updated.

@fktn-k fktn-k added the improvement refactoring or optimization without public API changes label Nov 8, 2023
@fktn-k fktn-k self-assigned this Nov 8, 2023
@fktn-k fktn-k added this to the Release v0.2.1 milestone Nov 8, 2023
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling 48657ad on feature/195_basic_node_operators_with_iostreams
into e1551b9 on develop.

@fktn-k fktn-k merged commit 7df5b59 into develop Nov 8, 2023
103 checks passed
@fktn-k fktn-k deleted the feature/195_basic_node_operators_with_iostreams branch November 8, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement refactoring or optimization without public API changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants