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

Enable l1-output-string #675

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Enable l1-output-string #675

merged 1 commit into from
Nov 14, 2024

Commits on Nov 14, 2024

  1. Enable l1-output-string

    This required two fixes.
    
    Firstly when reading in a literal string from PCL we need to re-escape
    any `$${` escape sequences.
    
    Secondly it's valid to have an empty string as a stack export. We fix
    this by making sure empty strings from PCL write out as `""` rather than
    nothing, as the latter caused the yaml runtime to think it was an
    empty/null/missing key rather than an empty string.
    Frassle committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    add46b0 View commit details
    Browse the repository at this point in the history