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

🐛 Fix type conversion for List and Tuple and their internal types #143

Merged
merged 5 commits into from
Jul 2, 2022

Commits on Dec 12, 2020

  1. Configuration menu
    Copy the full SHA
    fdbd2c8 View commit details
    Browse the repository at this point in the history
  2. fix: type conversion for parameters with multiple values

    1. Tuple: ensure Enum and Path elements inside a tuple are converted to
       their respective types (rather than retained as strings)
    2. List: ensure lists that contain non-Enum and non-Path elements are
       not inadvertently converted to tuples
    hellowhistler committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    ea9395b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Configuration menu
    Copy the full SHA
    9f21f76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eea0b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39c07ea View commit details
    Browse the repository at this point in the history