Skip to content

Refactor ParsedLogPath::try_from to return Option<ParsedLogPath<Location>> #1444

@nicklan

Description

@nicklan

In #1433 we updated this method to basically never return an error, but kept the signature the same to keep the change localized.

Post 0.17 release, we need to take up a bigger refactor and make the method infallible, and then update all the call-sites to handle that.

This should significantly simplify the method overall.

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