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

Fix concatenated file ordering #145

Merged
merged 9 commits into from
Dec 15, 2023
Merged

Fix concatenated file ordering #145

merged 9 commits into from
Dec 15, 2023

Conversation

smonn
Copy link
Owner

@smonn smonn commented Dec 15, 2023

Fixes #144

In the TypeScript refactoring #112, I introduced this bug when I changed how I enforced unique file paths. Prior to this change, the file order was also undefined... But after this change, the order was truly undefined as it relies on throwing the file paths into a Set to only get unique values. To remedy this I'm changing things up to sort the matched file paths alphabetically. As such, this is a minor breaking change.

Also included some dependency upgrades, but nothing major is broken beyond glob options if you use this library programmatically.

@smonn smonn merged commit bc8a92f into main Dec 15, 2023
1 check passed
@smonn smonn deleted the smonn/fix-144-large-files branch December 15, 2023 03:12
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.

Large files being split in output
1 participant