[Webkit-unassigned] [Bug 257276] New: [Xcode] Dependencies in preprocessed sandbox profiles not tracked

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 24 12:38:57 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=257276

            Bug ID: 257276
           Summary: [Xcode] Dependencies in preprocessed sandbox profiles
                    not tracked
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: emw at apple.com

Xcode-based ports use a Makefile to run *.sb.in files through clang, to "preprocess" them and support feature flags and rudimentary includes. This means that files that are included are unknown to the build system, so changes in e.g. "common.sb" do not re-generate the sandbox profiles.

Let's move this process over to build rules and emit a discovered dependency file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230524/0c5dd01a/attachment.htm>


More information about the webkit-unassigned mailing list