<br><br><div class="gmail_quote">2011/2/11 Krzysztof Nikiel <span dir="ltr">&lt;<a href="mailto:knik00@gmail.com">knik00@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
2011/2/11 Dmitry Timoshkov &lt;<a href="mailto:dmitry@codeweavers.com">dmitry@codeweavers.com</a>&gt;:<br>
<div class="im">&gt; Krzysztof Nikiel &lt;<a href="mailto:knik00@gmail.com">knik00@gmail.com</a>&gt; wrote:<br>
&gt;<br>
</div><div class="im">&gt;&gt; &gt; You can&#39;t send Makefile changes separately from added/removed<br>
&gt;&gt; &gt; files, a patch should not add dead code.<br>
&gt;&gt;<br>
</div>&gt;&gt; Could you explain &quot;dead code&quot;, all 13 parts need to be applied,<br>
&gt;&gt; otherwise the code will be broken.<br>
&gt;<br>
&gt; Wine should compile and be able to pass &#39;make test&#39; after each separate patch.<br>
&gt; You can&#39;t add for instance dlls/dsound/resample.c in one patch, and add it to<br>
&gt; Makefile or use interfaces provided by it in some later patches. Every patch<br>
&gt; should be finished and self-containing.<br>
<br>
Well, previous version of this patch was rejected as &quot;needs<br>
splitting&quot;, it&#39;s basically too big to be send as a single patch. It<br>
can be applied as several smaller chunks or rejected as a whole. I<br>
don&#39;t think there is any other option.<br>
<br>
<br>
</blockquote></div><br><div>still, what dmitry told you still holds. wine needs to be able to compile and pass the tests after each patch is applied. at least the makefile changes should be merged with the previous patches that needs them (1 and 2). the rest seems like fine splitting, although i don&#39;t know the code.</div>
<div>what i&#39;m not sure is, if resampler is still not called after the first patches, if it is fine to send those first patches... i think you also need to call resampler for the patch to be accepted, even if it is just as a stub, incomplete version.</div>