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 boot on Windows for 1.96 release builds #6014

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

jmcphers
Copy link
Collaborator

This change addresses an app boot failure on Windows, which was due to (surprise) path separators.

Positron recently added a patch to work around an issue in which the file content mapper that concatenates startup scripts was being passed Windows-style path separators instead of Unix-style path separators.

It appears that in 1.96 this patch isn't necessary any more as the arguments to this function are once again arriving Unix-normalized, so the fix here is just to wholly revert our patch so that this behavior matches upstream.

@jmcphers jmcphers requested a review from sharon-wang January 16, 2025 01:12
Copy link

E2E Tests 🚀  ?
This PR will run tests tagged with: @critical

Copy link
Member

@sharon-wang sharon-wang left a comment

Choose a reason for hiding this comment

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

looks/good/to/me

@jmcphers jmcphers merged commit 9f520e6 into prerelease/2025.01 Jan 16, 2025
5 of 6 checks passed
@jmcphers jmcphers deleted the bugfix/windows-electron-boot branch January 16, 2025 15:54
@github-actions github-actions bot locked and limited conversation to collaborators Jan 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants