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

Commits on Jul 9, 2020

  1. Remove support for reading YAML files

    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 committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    c6c8976 View commit details
    Browse the repository at this point in the history