-

@ mleku
2025-05-24 02:45:01
not really sure how this never came up before but it's related to how the tags are implemented in realy - they are pointers to structs containing pointers to structs containing pointers to structs and if the pointer anywhere in that chain is nil there is something wrong with how the tag is being constructed, however, such structures also should have nil guards everywhere
to be honest i would like to rewrite the tag handling to just be slices of slices of slices of bytes... the grammar checker in my IDE complains about me writing such texts but the retarded grammar checker doesn't know that this is not repetition but a description of what a 3 dimensional array is (yes, event tags are a 3 dimensional array)