Skip to content

Replace ispathtype with tryparse calls? #78

@rofinn

Description

@rofinn

We currently call ispathtype for each registered path type and then call it's constructor with a string. I think the better way to do this would be to simply call tryparse(T, str) until our result isn't nothing. This would likely simplify the code and tryparse is probably something the path types should support anyways.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions