Skip to content

Conversation

@nevans
Copy link
Collaborator

Similarly to how #inspect already outputs frozen sets as valid ruby to recreate an identical set with Net::IMAP::SequenceSet[str], this does that for mutuble sets too using Net::IMAP::SequenceSet(str).

@nevansnevans changed the title 🔎 Update SequenceSet#inspect format => Net::IMAP::SequenceSet(str)🔎 Update SequenceSet#inspect format to Net::IMAP::SequenceSet(str)Jul 21, 2025
Similarly to how `#inspect` already outputs frozen sets as valid ruby to recreate an identical set, with `Net::IMAP::SequenceSet[str]`, now we do that for mutuble sets too, with `Net::IMAP::SequenceSet(str)`.
@nevansnevansforce-pushed the sequence_set/update-inspect-format branch from 07ded75 to 35ff9efCompareJuly 21, 2025 14:56
@nevansnevans merged commit 2f96090 into masterJul 21, 2025
37 checks passed
@nevansnevans deleted the sequence_set/update-inspect-format branch July 21, 2025 15:09
@nevansnevans added the enhancement New feature or request label Sep 30, 2025
@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