<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 7, 2014 at 2:28 PM, Benjamin Kramer <span dir="ltr"><<a href="mailto:benny.kra@gmail.com" target="_blank">benny.kra@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":792" class="a3s" style="overflow:hidden">You can probably make up a use case but I don't see much value in it. PPCallbacks. The previous ordering was rather atypical<br>

<br>
Action.Begin<br>
Preprocessor.Begin<br>
Action.End<br>
Preprocessor.End<br>
<br>
now it's<br>
<br>
Action.Begin<br>
Preprocessor.Begin<br>
Preprocessor.End<br>
Action.End<br>
<br>
which is more natural.  If anyone's tools start failing now we can consider adding a hatch to get the old behavior but I think that is highly unlikely.</div></blockquote></div><br>No, this makes sense. I just wanted to check.</div>
</div>