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

convert unix style paths literals into meson path segments #1938

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

Jan200101
Copy link
Contributor

While thus far everything has been working without a problem this is mostly due to various translations happening in meson, python and the underlying Windows APIs and we cannot guarantee that nothing will ever change in this translation on any layer

This PR simply replaces the string literals with path segments that form an OS native path

Copy link
Member

@takase1121 takase1121 left a comment

Choose a reason for hiding this comment

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

This is what I've been adopting in Playground. It works.

@takase1121 takase1121 merged commit c159108 into lite-xl:master Nov 15, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants