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

#180 Generalize getter APIs for node value references #184

Merged
merged 4 commits into from
Oct 30, 2023

Conversation

fktn-k
Copy link
Owner

@fktn-k fktn-k commented Oct 30, 2023

To minimize the public API variation, existing getter APIs for node value references (e.g., to_sequence, to_string, etc.) have been integrated into the newly implemented get_value_ref API, which executes the same operations as the APIs mentioned above.
Furthermore, type aliases only for fkyaml::node class have been deleted because they are too one-sided to make the fkYAML APIs generalized for various use cases.

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

coveralls commented Oct 30, 2023

Coverage Status

coverage: 100.0%. remained the same when pulling 763d5c1 on feature/180_generalize_get_node_value_ref_api into 26dd1c6 on develop.

@fktn-k fktn-k merged commit af050ce into develop Oct 30, 2023
104 checks passed
@fktn-k fktn-k deleted the feature/180_generalize_get_node_value_ref_api branch October 30, 2023 17:59
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.

None yet

2 participants