Comment on Oh yea, that's the good stuff **huffs glue**
parlaptie@feddit.de 1 year agoThat’s not actual code though, it looks like some kind of trace. Notice the filenames at the end of each line.
Comment on Oh yea, that's the good stuff **huffs glue**
parlaptie@feddit.de 1 year agoThat’s not actual code though, it looks like some kind of trace. Notice the filenames at the end of each line.
jeffhykin@lemm.ee 1 year ago
Without thinking about it much, my understanding was that each line of the stack trace referred to a real line, even though the block as a whole wasn’t a program.
But! because of this comment I went and checked the lines of those stack traces. And in fact, they’re not real lines, just the C++ type expansion.
That said I’ve got a another half as bad example that is real so Ive edited the comment to point to that example instead.