<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - generate-bindings-all.pl should recompile supplemented IDL if its supplemental IDL are added or removed"
href="https://bugs.webkit.org/show_bug.cgi?id=164054">164054</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>generate-bindings-all.pl should recompile supplemented IDL if its supplemental IDL are added or removed
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>WebKit Nightly Build
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Unspecified
</td>
</tr>
<tr>
<th>OS</th>
<td>Unspecified
</td>
</tr>
<tr>
<th>Status</th>
<td>ASSIGNED
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>Tools / Tests
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>Hironori.Fujii@sony.com
</td>
</tr>
<tr>
<th>CC</th>
<td>achristensen@apple.com, bfulgham@webkit.org, cdumez@apple.com, gyuyoung.kim@webkit.org, lforschler@apple.com, mcatanzaro@igalia.com
</td>
</tr>
<tr>
<th>Depends on</th>
<td>161433
</td>
</tr></table>
<p>
<div>
<pre>generate-bindings-all.pl was introduced in
<<a href="http://trac.webkit.org/changeset/207617">http://trac.webkit.org/changeset/207617</a>>. Before this change,
updating supplemental_dependency.tmp triggered regenerating all
bindings. I tried to solve this problem by checking timestamp of
supplemental dependencies. But, its logic has bugs in following
cases:
* Adding a new supplemental IDL which has older timestamp than supplemented IDL's generated files.
⇒ Supplemented IDL should be processed
* Removing a supplemental IDL
⇒ Supplemented IDL should be processed
* Changing enabled features
⇒ All IDL should be processed</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>