-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[webkitapipy] Non-normalized paths treated as separate inputs #47197
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
[webkitapipy] Non-normalized paths treated as separate inputs #47197
Conversation
EWS run on previous version of this PR (hash 097115a) |
097115a
to
edb703e
Compare
EWS run on previous version of this PR (hash edb703e) |
Is there a reason to expect that it will stay this way? Even a comment could help avoid future mistakes sometimes. |
edb703e
to
3617ef0
Compare
EWS run on current version of this PR (hash 3617ef0) |
Separation of concerns ought to help—the depfile given to Xcode is produced as a side effect of processing input paths in
Added a comment explaining the situation, thanks! |
rdar://154311830 https://bugs.webkit.org/show_bug.cgi?id=294986 Reviewed by Brianna Fan. Use Path.resolve() instead of Path.absolute(). It ought to be safe from causing incremental build breakage because these paths aren't emitted back to Xcode, they are only used for internal bookkeeping. * Tools/Scripts/libraries/webkitapipy/webkitapipy/sdkdb.py: (SDKDB._cache_hit_preparing_to_insert): * Tools/Scripts/libraries/webkitapipy/webkitapipy/sdkdb_unittest.py: Canonical link: https://commits.webkit.org/296638@main
3617ef0
to
73c3b7b
Compare
Committed 296638@main (73c3b7b): https://commits.webkit.org/296638@main Reviewed commits have been landed. Closing PR #47197 and removing active labels. |
73c3b7b
3617ef0
🛠 win🧪 wpe-wk2🧪 win-tests🧪 api-wpe🧪 ios-wk2-wpt🛠 wpe-cairo🧪 api-ios🧪 mac-AS-debug-wk2🧪 gtk-wk2🧪 mac-intel-wk2🛠 playstation