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

feat: Serialize parsers/processors in flat config #16944

Merged
merged 3 commits into from Mar 8, 2023
Merged

Commits on Feb 27, 2023

  1. feat: Serialize parsers/processors in flat config

    This implements a check for a 'meta' key on parsers and processors that
    contains information to help flat config serialize these objects for use
    with caching and also --print-config on the command line.
    
    Fixes #16875
    nzakas committed Feb 27, 2023
    Copy the full SHA
    14919ef View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Copy the full SHA
    b85abbd View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Fix edge case

    nzakas committed Mar 7, 2023
    Copy the full SHA
    92e2129 View commit details
    Browse the repository at this point in the history