[Webkit-unassigned] [Bug 160031] Objective-C DOM bindings sometimes fail to regenerate when CodeGeneratorJS.pm is modified

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 21 13:26:57 PDT 2016


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

--- Comment #1 from Darin Adler <darin at apple.com> ---
Ryosuke’s theory was that the binding generator doesn't re-generate .cpp files when CodeGeneratorJS.pm is modified (even though that dependency is explicitly expressed in DerivedSources.make).

The best way to test this is to do a build, then do another to check that nothing rebuilds (sort of a "baseline"), then touch CodeGeneratorJS.pm, and see what rebuilds.

If too little rebuilds, then we could change things so make is invoked with "-d" and see why the rule that is supposed to trigger rebuilds isn’t working.

-- 
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/20160721/ec996209/attachment-0001.html>


More information about the webkit-unassigned mailing list