-
Notifications
You must be signed in to change notification settings - Fork 793
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
Minor feature cleanup #17421
Minor feature cleanup #17421
Conversation
…erSimpleMappingsInComprehensionsToFastLoops`
|
@brianrourkeboll thanks for keeping things tidy. You can probably remove the release notes here since those are internal changes, I added the label to suppress the release note gate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. We'll merge this once .NET9 update is in.
@psfinaki It looks like the CI stalled again :( |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Description
#17067 removed the calls to
Array.map
andList.map
added in #16948 and replaced them with direct emission of loops.LowerSimpleMappingsInComprehensionsToDirectCallsToMap
→LowerSimpleMappingsInComprehensionsToFastLoops
.for … in xs -> …
in computed collections #16948 to support callingList.map
andArray.map
.Checklist