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

Lua output fixes #1811

Merged
merged 3 commits into from Oct 12, 2023
Merged

Lua output fixes #1811

merged 3 commits into from Oct 12, 2023

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    8f6d57f View commit details
    Browse the repository at this point in the history
  2. encoder_lua: Fix inclusion of pre-/suffix when prettyPrinted

    It seems certain operations like --prettyPrint or subset selections does
    not produce a DocumentNode, which is where the lua pre- and suffix was
    printed, causing those to be omitted.
    Zash committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e709a58 View commit details
    Browse the repository at this point in the history
  3. encoder_lua: Improve Tag handling robustness

    Using the method call seems more reliable in case the input parser
    forgets to set the tag.
    Zash committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    58a9594 View commit details
    Browse the repository at this point in the history