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

YAML Loader improvements #175

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

YAML Loader improvements #175

wants to merge 5 commits into from

Commits on Oct 15, 2023

  1. yaml: Rewrite using event-based loading and saving

    This allows us to capture more information as representation
    hints and to precisely control the output.
    
    We can also read comments events to properly round-trip comments in
    configuration files
    zml2008 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    e3c31b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a19b759 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33226d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4dda7a View commit details
    Browse the repository at this point in the history
  5. chore(yaml): tidy merge tag

    zml2008 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    51b134d View commit details
    Browse the repository at this point in the history