Bug 240963
Summary: | Define WK_NOT_NO in SDKVariant.xcconfig | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Quesada <david_quesada> |
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap, kkinnunen, msaboff, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
David Quesada
The WK_NOT_ build settings can invert "" to "YES" and "YES" to "NO", but can't invert "NO" to "YES". This is problematic for other build configuration that builds upon this construction and only ever expects a value of YES or NO. `WK_NOT_NO` should be defined, with a value of "YES".
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/93984643>
David Quesada
https://github.com/WebKit/WebKit/pull/1058
EWS
Committed r294897 (251020@main): <https://commits.webkit.org/251020@main>
Reviewed commits have been landed. Closing PR #1058 and removing active labels.