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

Remove SeqUtil.filterToSome #3077

Merged
merged 1 commit into from Nov 16, 2023

Conversation

nosami
Copy link
Collaborator

@nosami nosami commented Nov 8, 2023

Slight refactoring.

Seq.choose f is equivalent to Seq.map f |> SeqUtil.filterToSome

Slight refactoring.
Seq.choose f is equivalent to Seq.map(f) |> SeqUtil.filterToSome
@nosami nosami force-pushed the dev/nosami/remove-filterToSome branch from 88ec60c to b47be5d Compare November 8, 2023 21:09
@nosami nosami mentioned this pull request Nov 8, 2023
@nosami
Copy link
Collaborator Author

nosami commented Nov 8, 2023

Given that the build used to work but now doesn't, I'm going to go out on a limb and say that this build error is an MSBuild bug.

@nosami nosami merged commit 3bc7ce5 into VsVim:master Nov 16, 2023
1 of 3 checks passed
@nosami nosami deleted the dev/nosami/remove-filterToSome branch November 16, 2023 17:55
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