Skip to content

Conversation

@nevans
Copy link
Collaborator

If obj.to_sequence_set returns nil, then SequenceSet.try_convert should return nil. This is consistent with how ruby's built-in try_convert methods work.

If `obj.to_sequence_set` returns `nil`, then `SequenceSet.try_convert` should return `nil`. This is consistent with how ruby's built-in `try_convert` methods work.
@nevansnevans added the enhancement New feature or request label Aug 29, 2025
@nevansnevans merged commit d027cd2 into masterAug 29, 2025
78 of 85 checks passed
@nevansnevans deleted the sequence_set/allow-to_sequence_set-nil branch August 29, 2025 16:34
@nevansnevans added the sequence-set Any code the IMAP `sequence-set` data type or grammar rule, especially the SequenceSet class. label Dec 10, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or requestsequence-setAny code the IMAP `sequence-set` data type or grammar rule, especially the SequenceSet class.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nevans