Oh great. Now I can't reproduce it. This may all have been a figment of my sleep deprivation.
On 10/17/2014 01:25 PM, Henri Verbeet wrote:
On 17 October 2014 12:57, Jonathan Vollebregt jnvsor@gmail.com wrote:
Well there are a bunch of if/else lines in a function.
https://github.com/wine-mirror/wine/blob/a99d3c5bffe08/programs/reg/tests/re...
You'd expect each if/else to run regardless of the previous one's branch, but if todo is TODO_REG_TYPE for instance it will never run either branch from the following 2 if statements.
From a quick test it seems to work pretty much as expected here. Do you have some kind of minimal patch that demonstrates the issue?