this post was submitted on 25 Jul 2023
100 points (100.0% liked)

Programmer Humor

22444 readers
2781 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 2 years ago (3 children)

Then there's Haskell that would remove (well, used to at some point) your source code file if you made any errors: https://gitlab.haskell.org/ghc/ghc/-/issues/163

[–] [email protected] 5 points 2 years ago

The world's angriest compiler.

[–] [email protected] 2 points 2 years ago (1 children)
[–] [email protected] 0 points 2 years ago

Vigil deleted a function. Won't that cause the functions that call it to fail?

It would seem that those functions appear to be corrupted as well. Run Vigil again and it will take care of that for you. Several invocations may be required to fully excise all bugs from your code.

Yeah. this bit got me

[–] [email protected] 1 points 2 years ago

When the compiler is being more helpful than you realize.