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

Remove support for reading YAML files #22

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

aszlig
Copy link
Contributor

@aszlig aszlig commented Jul 9, 2020

We already introduced deprecation warnings back in 49b889b, telling people that we're going to
remove YAML in version 3.0.

With this, the removal is essentially done and we now no longer depend on yaml-cpp, nor do we need pkg-config or anything like that, because we essentially have zero (external) library dependencies except libc and libdl.

This of course also greatly simplifies our parsing code and also gets rid of a few tests that now became obsolete.

We already introduced deprecation warnings back in
49b889b, telling people that we're going to
remove YAML in version 3.0.

With this, the removal is essentially done and we now no longer depend
on yaml-cpp, nor do we need pkg-config or anything like that, because we
essentially have zero (external) library dependencies except libc and
libdl.

This of course also greatly simplifies our parsing code and also gets
rid of a few tests that now became obsolete.

Signed-off-by: aszlig <[email protected]>
@aszlig aszlig added this to the 3.0.0 milestone Jul 9, 2020
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.

None yet

1 participant