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 notes #8311

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Fix notes #8311

wants to merge 3 commits into from

Conversation

jnm2
Copy link
Contributor

@jnm2 jnm2 commented Jul 24, 2024

@jnm2 jnm2 requested a review from a team as a code owner July 24, 2024 01:00
@@ -45,7 +45,7 @@ can break collection expressions because we don't have a betterness tiebreaker a
a different preferred span type than the rest of the language.

Discussion in LDM showed a general reluctance to go with the narrow proposal, and we much preferred the version that applied better conversion from element recursively to solve this problem. That version
gets us closer to unification with `params` collections and is more complete. While we do think this will be a problem in .NET 9, we're hopeful that we can use `OverloadResolutionPriorityAttribute` to solve
gets us closer to unification with `params` collections and is more complete. While we do think this more complete version will ship later than .NET 9, we're hopeful that we can use `OverloadResolutionPriorityAttribute` to solve
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original wording is intentional here. this refers to overloading problem, not the solution.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, thanks. I'm still struggling to follow what it's saying. Why do we think that overloading will be a problem in .NET 9?

Copy link
Member

@333fred 333fred Jul 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's the motivating scenario why we've talked about this twice in as many weeks. Concat is a problem in NET 9.

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.

None yet

2 participants