IRC channel logs

2019-12-23.log

back to list of logs

<fosslinux>oriansj: i have another segfault for you
<fosslinux>struct AnotherStruct {};
<fosslinux>struct Struct {
<fosslinux> struct AnotherStruct *array[1];
<fosslinux> struct AnotherStruct **array_ptr;
<fosslinux>};
<fosslinux>i have no clue
<fosslinux>removing one of the lines makes it work
<fosslinux>but both skews it
<oriansj>fosslinux: interesting
<oriansj>it is the member_type->type->size in build_member; currently structs don't set the type field but that is simple to add.
<oriansj>fosslinux: thanks to your help, M2-Planet now supports nested struct arrays; good job
<oriansj>morning stikonas
<stikonas>morning
<oriansj>should I add support to M2-Planet for switch stateents?