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 check of filename length #2321

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

brondani
Copy link
Contributor

@brondani brondani commented Sep 7, 2023

Fix check of filename length in RealDiskInterface::Stat when long paths support in Windows is enabled.
Add the application manifest to the ninja_test executable target to enable long paths support during tests.
Add the test case DiskInterfaceTest.StatExistingFileWithLongPath.
Address #2266 (Filename longer than 260 characters error).

@jhasse jhasse added this to the 1.12.0 milestone Sep 18, 2023
@jhasse jhasse merged commit 7ca228b into ninja-build:master Sep 19, 2023
9 checks passed
orgads added a commit to orgads/ninja that referenced this pull request May 4, 2024
It causes the cursor handling to be extremely slow on MinGW.

Added in ninja-build#2321.

Fixes ninja-build#2435.
orgads added a commit to orgads/ninja that referenced this pull request May 5, 2024
It causes the cursor handling to be extremely slow on MinGW.

Added in ninja-build#2321.

Fixes ninja-build#2435.

(cherry picked from commit 3d1a5fa)
jhasse pushed a commit that referenced this pull request May 11, 2024
It causes the cursor handling to be extremely slow on MinGW.

Added in #2321.

Fixes #2435.
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.

3 participants