Skip to content

clean up terrible Path-str-String handling #7

@Fishrock123

Description

@Fishrock123

The Path <- str -> String logic littered all over the place from the addition of bundling should probably be cleaned up.

It's a mess and full of .unwrap()s with potential panics. For many of these spots it may be better to handle using OsString, some Path crate, or something else from the stdlib that I am missing.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions