[Webkit-unassigned] [Bug 156400] New: Touching any IDL files rebuilds all bindings in CMake Ninja build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 8 03:15:45 PDT 2016


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

            Bug ID: 156400
           Summary: Touching any IDL files rebuilds all bindings in CMake
                    Ninja build
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at jp.sony.com

Touching any IDL files rebuilds all bindings in CMake Ninja build

preprocess-idls.pl has a function WriteFileIfChanged not to
update files unnecessary to be updated.

preprocess-idls.pl outputs four files supplemental_dependency.tmp,
DOMWindowConstructors.idl, WorkerGlobalScopeConstructors.idl and
DedicatedWorkerGlobalScopeConstructors.idl.  WriteFileIfChanged works
only for DedicatedWorkerGlobalScopeConstructors.idl.

It does not work due to flaky results of 'keys'.
Results of 'keys' are flaky, should be processed by 'sort'.

I tested with GTK port Ninja build:

> ./Tools/Scripts/build-webkit --gtk
> touch Source/WebCore/dom/Document.idl

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160408/c2534012/attachment.html>


More information about the webkit-unassigned mailing list