IRC channel logs

2021-10-18.log

back to list of logs

<Hagfish>that looks neat
<oriansj>stikonas: merged
<gbrlwck>stikonas[m]: what is `output_index = output_index = 1;` in kaem.c on lines 454 and 466?
<gbrlwck>why not just `output_index = 1;`?
<Hagfish>huh, yeah, that's weird
<Hagfish>it would almost make sense if the second "=" was "==", but that would still be a little weird :)
<gbrlwck>to bootstrap mescc-tools-extra i need to use the M2-Planet c compiler and need to write a kaem-script (instead of using make)?
<gbrlwck>nvm my last question. as i know now mescc-tools-extra gets bootstrappen in stage0-posix
<oriansj>gbrlwck: no worries, everyone is learning. Just different things
<oriansj>a = a = 1; in M2-Planet is just a typo for a = a + 1 (as = and + are the same key) as M2-Planet doesn't support ++
<xentrac>fotis: you should fix your Quassel hosting
<xentrac>because the majority of traffic on this channel consists of you pinging out and rejoining :)
<stikonas[m]>gbrlwck: yes, typo, it was already fixed in mescc-tools, but we need to update submodule in stage0-posix
<stikonas>oriansj: https://github.com/oriansj/stage0-posix/pull/61