Skip to content

Conversation

@imbytecat
Copy link
Contributor

This pull request addresses an issue with the genqlient library, which uses the doublestar package for path matching. The current implementation does not correctly match paths on Windows systems due to differences in path separators. I've implemented a simple fix by converting Windows-style backslashes (\) to forward slashes (/) before performing the match, allowing the path matching to work correctly across all platforms.

#371
bmatcuk/doublestar#61

Copy link
Collaborator

@benjaminjkraft benjaminjkraft left a comment

Choose a reason for hiding this comment

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

I don't really have a good way to test this but it seems plausible!

@benjaminjkraft benjaminjkraft merged commit 3a0d213 into Khan:main Mar 28, 2025
4 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.

2 participants