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

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

[-] AdamBomb@lemmy.sdf.org 3 points 6 days 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 1 points 6 days ago* (last edited 6 days 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
521 points (97.6% liked)

Programmer Humor

32707 readers
209 users here now

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

Rules:

founded 5 years ago
MODERATORS