528
you are viewing a single comment's thread
view the rest of the comments
[-] HiddenLayer555@lemmy.ml 5 points 3 months ago* (last edited 3 months ago)

The complete lack of error reporting in the compiler is a surprise though.

[-] AdamBomb@lemmy.sdf.org 6 points 3 months ago

True, that is surprising and makes everything worse. It's probably controlled by a setting that none of those engineers knows how to change, based on the lack of knowledge described here.

[-] HiddenLayer555@lemmy.ml 4 points 3 months ago* (last edited 3 months ago)

My guess is that a stack trace is being generated, but something further down the chain is consuming it, realizes there's an error, and just throws -1 instead of the stack trace itself.

Something like

try {
    compileThisDamnProgram()
} catch Exception {
    return -1
}
this post was submitted on 23 Jan 2025
528 points (100.0% liked)

Programmer Humor

35265 readers
45 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS