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

formatlist: a DynamicVal arg may be a list #115

Merged
merged 1 commit into from Aug 18, 2021

Commits on Aug 10, 2021

  1. formatlist: a DynamicVal arg may be a list

    When formatlist encounters a DynamicVal argument, it must return an
    unknown result, as it cannot determine if that will be a single value
    argument resulting in an unknown string, or a list to be formatted into
    an unknown number of strings.
    jbardin committed Aug 10, 2021
    Copy the full SHA
    13836b0 View commit details
    Browse the repository at this point in the history