Skip to content

fix: skip conversion from path to string and follow symlinks - #14

Merged
paolobarbolini merged 1 commit into
M4SS-Code:mainfrom
tversteeg:main
Aug 19, 2026
Merged

fix: skip conversion from path to string and follow symlinks#14
paolobarbolini merged 1 commit into
M4SS-Code:mainfrom
tversteeg:main

Conversation

@tversteeg

Copy link
Copy Markdown
Contributor

This completely removes the need for the Unicode error by not converting the paths to a string in the first place. It also resolves symlinks and other irregular paths by using the pathdiff crate, which is a very light dependency only exporting a single function.

Fixes #13.

@paolobarbolini paolobarbolini left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@paolobarbolini
paolobarbolini merged commit eaf1709 into M4SS-Code:main Aug 19, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Invalid unicode in entry name for symlinks

2 participants