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

introduce Representation as marker to solve ambiguities #66

Merged
merged 1 commit into from
Jul 9, 2024

Commits on Jul 9, 2024

  1. introduce Representation as marker to solve ambiguities

    so far we ran into ambiguity issues if an arg was a String, it was not
    clear without providing a named argument whether the representation
    was meant or another arguments
    => This is a breaking change
    
    rename append argX to args so that we can always use the same named
    parameter and don't have to change the number if the given arg changes
    => this is a breaking change as well
    robstoll committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6320a6c View commit details
    Browse the repository at this point in the history