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
Several of the string/regex algorithms methods in the _StringProcessing module take throwing closures and are marked as rethrows. They should be converted to typed throws while maintaining the existing ABI.
In addition, trimPrefix was published marked as throws instead of rethrows, so that will need some additional consideration to avoid source breakage.