IRC channel logs

2023-10-22.log

back to list of logs

<matrix_bridge><Andrius Štikonas> emilytrau: looks like it
<matrix_bridge><Andrius Štikonas> that's armv7l though
<matrix_bridge><Andrius Štikonas> we don't even have support for in in stage0-posix, so it's less tested
<matrix_bridge><Andrius Štikonas> Jeremiah Orians: could it be one of your M1 checks that might have caused this?
<oriansj>looks likes sizeof for M2-Planet is broken for ARM on structs greater than 512bytes in size. Let me get a proper fix for that
<oriansj>hex2 caught the unreasonable behavior; as !label is a signed 8bits
<oriansj>(we don't have a char allocated to unsigned 8bits as it turns out to be rarely supported in hardware and ascii fits in the signed char format just fine)
<oriansj>will have patch up in a couple minutes
<matrix_bridge><emilytrau> Thanks for the quick patch! Would you mind merging this too please? https://github.com/oriansj/mescc-tools-extra/pull/17
<oriansj>emilytrau: looks good, merged