Skip to content

Convert closure-based methods to typed throws #834

@natecook1000

Description

@natecook1000

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions