Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split directories on platform separator and / #33

Merged

Conversation

jonahbeckford
Copy link
Contributor

Fixes the common use of Cygwin/MSYS2 providing paths to codept on Windows.

Fixes #31.

All call sites that used [split_on_char] with the platform directory separator have switched to the new [split_on_dirs].

Fixes the common use of Cygwin/MSYS2 providing paths to codept on Windows.

All call sites that used [split_on_char] with
the platform directory separator have
switched to the new [split_on_dirs].
@Octachron
Copy link
Owner

That does looks like the correct fix, thanks!
It might be better to have this behavior configurable later on, but let's first go with a simple fix.

@Octachron Octachron merged commit c15421c into Octachron:master Apr 1, 2024
1 of 13 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.

Signature serialization is different on Windows
2 participants