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

[4.x] Corrects Stache problem on Windows #9537

Merged
merged 1 commit into from
Feb 20, 2024
Merged

[4.x] Corrects Stache problem on Windows #9537

merged 1 commit into from
Feb 20, 2024

Conversation

JohnathonKoster
Copy link
Contributor

This PR fixes #9524 by adjusting how Stache index paths are created on Windows.

The breaking change happened here:

https://github.com/statamic/cms/pull/6131/files#diff-b0fa04a7e478fa6c45835c964c3230f6d455a170013366c3b6657e01519e2915R136

This PR adjusts the created path from -> to -], but only on Windows (to not impact any existing paths and cause unnecessary update challenges for non-Windows users). I'm not sure how to add a test for this, but the existing tests pass and the issues outlined in #6131 seem to be working fine for me on Windows.

@jasonvarga jasonvarga merged commit ab4e254 into statamic:4.x Feb 20, 2024
19 checks passed
@jasonvarga jasonvarga deleted the bugfix-9524--windows-stache-probem-paths branch February 20, 2024 17:56
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.

Stache problem on windows
2 participants