Hey there,
sometimes I get the unsupported line_ref tag: 0 warning when loading a module and it seems it's correlated with missing entries in a stack trace when an error is raised in that module. I'm going to debug further, but it seems that the warning comes from here:
|
// TODO handle integer compact encodings > 2048 |
|
fprintf(stderr, "Unsupported line_ref tag: %u\n", tag); |
and it seems a part of 'compact integers decoding' implementation is missing. Is there any place (in OTP?) where I can find some details / a reference implementation of it so that I can add it to AtomVM?