IRC channel logs

2022-12-27.log

back to list of logs

<stikonas>well, I pushed the build steps for M2-Mesoplanet and get_machine to stage0-uefi, although both are somewhat broken
<stikonas>even get_machine prints garbage from uname :(
<stikonas>and it should just print static strings...
<Hagfish_>oof
<Hagfish_>is this a regression where you need to find the commit that caused it, or is it just unexpected behaviour from a commit that you thought should work?
<stikonas>it's the latter
<Hagfish_>oh, okay.  i thought it sounded easy to bisect for, but i guess that's not necessary
<oriansj>the hardest to debug code is the code that looks absolutely correct but you missed something
<oriansj>I'll be adding sanity checking to unbz2 later today
<stikonas[m]>Nice. Hopefully it's not too hard to fix.
<stikonas_>oriansj: and I fixed get_machine.efi: https://github.com/oriansj/M2libc/pull/36
<stikonas>haven't looked at M2-Mesoplanet crash today... That one will be harder to solve
<oriansj>stikonas: merged
<stikonas>ok, thanks