You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using `relative(to:)` to convert any arbitrary `RangeExpression` to one
with an upper and lower bound, but that function may produce invalid ranges for
expressions like `1...` that cause crashes.
This PR switches to a different, somewhat sillier implementation that should not
run into this issue.
Resolves#805.
Description
I'm seeing a crash during issue stringification when running a test which fails due to a particular range-based confirmation failing.
Expected behavior
Expected an ordinary test failure, not a crash.
Actual behavior
A crash is occurring inside
Issue.Kind.description.getter
, specifically, atIssue.swift:203
in my checkout.Steps to reproduce
Run the following test:
swift-testing version/commit hash
759ce02
Swift & OS version (output of
swift --version ; uname -a
)No response
The text was updated successfully, but these errors were encountered: