Skip to content

Conversation

@nevans
Copy link
Collaborator

@nevans nevans commented Dec 17, 2025

Backports #583 to v0.5-stable. From that PR:

According to the rdoc, using a range with #delete? should return a sequence set (or nil), but the check came after importing the input, and was based on whether the imported run contained multiple values. So deleting a single number range (e.g: 1..1 or "1:1") would return a number not a set.

According to the rdoc, using a range with `#delete?` should return a
sequence set (or nil), but the check came after importing the input, and
was based on whether the imported run contained multiple values.  So
deleting a single number range (e.g: `1..1` or `"1:1"`) would return a
number not a set.
@nevans nevans added bug Something isn't working backport This issue or PR is for a stable release branch labels Dec 17, 2025
@nevans nevans merged commit 9cf6cfe into v0.5-stable Dec 17, 2025
39 checks passed
@nevans nevans deleted the backport-0.5/sequence_set/fix-deletep-with-single-member-range branch December 17, 2025 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This issue or PR is for a stable release branch bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants