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

LicenseExpression's optional arguments should be named arguments #594

Closed
jkowalleck opened this issue Apr 19, 2024 · 2 comments · Fixed by #595 or #665
Closed

LicenseExpression's optional arguments should be named arguments #594

jkowalleck opened this issue Apr 19, 2024 · 2 comments · Fixed by #595 or #665
Assignees
Labels
breaking change bug Something isn't working
Milestone

Comments

@jkowalleck
Copy link
Member

jkowalleck commented Apr 19, 2024

current implementation has an architectural lock in:
LicenseExpression's optional arguments are positional arguments.
it would be better to have them as named arguments, so we could rearrange these arguments at will ...

@jkowalleck jkowalleck added the bug Something isn't working label Apr 19, 2024
jkowalleck added a commit that referenced this issue Sep 16, 2024
fixes #594

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
@jkowalleck
Copy link
Member Author

implementation finished

@jkowalleck jkowalleck added this to the 8.0.0 milestone Sep 16, 2024
@jkowalleck jkowalleck self-assigned this Sep 18, 2024
@jkowalleck
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change bug Something isn't working
Projects
None yet
1 participant