IRC channel logs

2020-03-08.log

back to list of logs

<OriansJ>fossy: no you can not redeclare the same variable inside a goto; as it will unbalance the stack. nor inside of a loop
<OriansJ>just move the variable init to before the target label and you will be fine.
<fossy>right.
<fossy>I did that
<fossy>OriansJ: I have completed those four things. Just waiting for dddddd to nitpick for me again and then I will push.
***Hagfish_ is now known as Hagfish
<fossy>OriansJ: there are a few prepend_strings in loops.
<fossy>Removing them works for gcc but produces jumbled output for m2-planet.
<fossy>Do you mind if I push with prepend_string loops (only occur by far in a minority of cases) and make it a priority to fix them?
<fossy>wait, nvm
<fossy>took me an hour but found the cause... same multidimensional array stuff as with envp
***ChanServ sets mode: +o rekado