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

[pull] master from ninja-build:master #97

Merged
merged 3 commits into from
Feb 5, 2025
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 5, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

digit-google and others added 3 commits February 5, 2025 18:49
The `?` is actually valid on Unix filesystems, as well as on Windows
when it appears at the start of the path, as in `\\?\C:\foo` or
`//?/C:/foo`.

Before this patch, the depfile parser considered it as whitespace
and would mistakenly decompose `//?/C:/foo` into two separate paths
(`//` and `/C:/foo`) which broke Ninja incremental builds.

The major change in in src/depfile_parser.in.cc
Note that re2c version 3.1 was used to regenerate depfile_parser.cc
from that file.

Fixes #2568
…32-local-root-paths

Fix depfile parser to support ?
@pull pull bot added the ⤵️ pull label Feb 5, 2025
@pull pull bot merged commit 2a34463 into GesuBackups:master Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants