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

revert: undo globSync from fs #237

Merged
merged 1 commit into from
Mar 24, 2025
Merged

revert: undo globSync from fs #237

merged 1 commit into from
Mar 24, 2025

Conversation

avivkeller
Copy link
Member

@ovflowd
Copy link
Member

ovflowd commented Mar 24, 2025

Wasnt the original PR also fixing some issue with Windows?

@avivkeller
Copy link
Member Author

avivkeller commented Mar 24, 2025

I think you are thinking of #235, which was a different PR, also related to Windows. Both PRs fixed an issue with Windows.

That one, a failed assertion
This one, glob matching Windows paths (instead of the POSIX format)

@ovflowd
Copy link
Member

ovflowd commented Mar 24, 2025

What I recall is that the original PR has something “windows” on the PR title but I might be mistaken

@avivkeller avivkeller merged commit d3f06a8 into main Mar 24, 2025
7 checks passed
@avivkeller avivkeller deleted the revert/fs-globSync branch March 24, 2025 22:39
@avivkeller
Copy link
Member Author

FWIW #228 (The original PR) stated "On Windows, using a backslash in the path (e.g., -i .\docs\buffer.md rather than -i ./docs/buffer.md) prevents the glob from matching correctly. This issue is resolved by using the fs version of globSync." in the description

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.

3 participants