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

[Windows] Fix windows is_path_invalid, and apply it to directory creation. #88129

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

bruvzg
Copy link
Member

@bruvzg bruvzg commented Feb 9, 2024

Fixes #88120 and applies validity checks to the directory creation.

@bruvzg bruvzg added this to the 4.3 milestone Feb 9, 2024
@bruvzg bruvzg requested a review from a team as a code owner February 9, 2024 08:49
@akien-mga akien-mga changed the title [Windows] Fix windows is_path_invalid, and apply it to directory creation. [Windows] Fix windows is_path_invalid, and apply it to directory creation. Feb 9, 2024
@akien-mga akien-mga added the cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release label Feb 9, 2024
@akien-mga
Copy link
Member

Does this also fix #38198 ? Or can it be fixed alongside this with further changes?

@bruvzg
Copy link
Member Author

bruvzg commented Feb 9, 2024

Does this also fix #38198 ?

No, it is about platform independent String method, I'm not sure if it should account for Windows specific reserved names.

@akien-mga
Copy link
Member

Makes sense. It can be worth reviewing the issues closed as duplicates of #38198, I think some might actually be solved by this.

@akien-mga
Copy link
Member

Thanks!

@akien-mga akien-mga merged commit 94dbf69 into godotengine:master Feb 9, 2024
16 checks passed
@bruvzg bruvzg deleted the _con_ branch February 9, 2024 14:26
@akien-mga
Copy link
Member

Cherry-picked for 4.2.2.

@akien-mga akien-mga removed the cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants