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

Conversation

robstoll
Copy link
Member

@robstoll robstoll commented Jul 9, 2024

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


I confirm that I have read the Contributor Agreement v1.1, agree to be bound on them and confirm that my contribution is compliant.

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 robstoll added this to the 2.0.0 milestone Jul 9, 2024
@robstoll robstoll merged commit 99daab4 into main Jul 9, 2024
14 checks passed
@robstoll robstoll deleted the bc/disambiguate-representation branch July 9, 2024 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant