Skip to content

#3 implement yaml node#9

Merged
fktn-k merged 19 commits intodevelopfrom
feature/3_implement_yaml_node
Aug 12, 2023
Merged

#3 implement yaml node#9
fktn-k merged 19 commits intodevelopfrom
feature/3_implement_yaml_node

Conversation

@fktn-k
Copy link
Owner

@fktn-k fktn-k commented Aug 12, 2023

I added classes which represents YAML node data structures.
Also, a unit test app for the Node class is added to this project.
Every change in hpp/cpp/yaml files will invoke GitHub workflows which includes execution of the unit test app.

As a known issue, iterator-based for-loops end up with an inifinite loop on destructing Node objects with sequence data.
The above issue happens only if the fkYAML library is built in Debug mode on Windows, which will be further investigations later on.

close #3

@fktn-k fktn-k self-assigned this Aug 12, 2023
@fktn-k fktn-k linked an issue Aug 12, 2023 that may be closed by this pull request
@fktn-k fktn-k merged commit 3ca4f87 into develop Aug 12, 2023
@fktn-k fktn-k deleted the feature/3_implement_yaml_node branch August 12, 2023 01:07
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.

implement YAML node data structure

1 participant