Skip to content

✨ Add Net::IMAP::SequenceSet() coercion method #490

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

Merged
merged 1 commit into from
Jun 18, 2025

Conversation

nevans
Copy link
Collaborator

@nevans nevans commented Jun 18, 2025

This new coercion method combines ::try_convert with ::new. Unlike new, a new object won't be allocated when the input already is a SequenceSet. Unlike ::[], empty sets are allowed and the result might not be frozen.

This new coercion method combines `::try_convert` with `::new`.  Unlike
`new`, a new object won't be allocated when the input already is a
SequenceSet.  Unlike `::[]`, empty sets are allowed and the result might
not be frozen.
@nevans nevans added the enhancement New feature or request label Jun 18, 2025
@nevans nevans changed the title ✨ Add Net::IMAP::SequenceSet() coercion method ✨ Add Net::IMAP::SequenceSet() coercion method Jun 18, 2025
@nevans nevans merged commit c353d66 into master Jun 18, 2025
37 checks passed
@nevans nevans deleted the sequence_set/coercion-method branch June 18, 2025 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant