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

Code action: Wrap in Some #806

Merged
merged 2 commits into from
Aug 16, 2023
Merged

Code action: Wrap in Some #806

merged 2 commits into from
Aug 16, 2023

Conversation

zth
Copy link
Collaborator

@zth zth commented Aug 16, 2023

Allows for easily wrapping a pattern where an option is expected in Some. Useful as you change patterns from non-options to options, and need to update all parts of the pattern to be wrapped in Some.

Based on #804 so that needs merging first.

@zth zth requested a review from cristianoc August 16, 2023 13:58
Copy link
Collaborator

@cristianoc cristianoc left a comment

Choose a reason for hiding this comment

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

Nit: this is currently based on master.
Not so easy to see the additional change.

@zth zth merged commit f35e465 into master Aug 16, 2023
4 checks passed
@zth zth deleted the code-action-wrap-in-some branch August 16, 2023 16:23
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.

2 participants