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

Gentype: fix issue with labelled args which should not be grouped. #6406

Merged
merged 2 commits into from
Sep 18, 2023

Conversation

cristianoc
Copy link
Collaborator

@cristianoc cristianoc commented Sep 18, 2023

Grouping labelled args is a leftover incompatible with zero cost conversion.

Fixes #6361

There's no nice way to represent optional labeled args. Currently represented as mandatory args of option type. Also, there's no much choice as that's what the compiler produces.

Grouping labelled args is a leftover incompatible with zero cost conversion.

Fixes #6361
@cristianoc cristianoc requested a review from zth September 18, 2023 16:52
@cristianoc cristianoc merged commit 49bd91f into master Sep 18, 2023
14 checks passed
@cristianoc cristianoc deleted the gentype-labeled-args branch September 18, 2023 17:38
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.

Labeled arguments seem to not be output appropriately
2 participants