27
Root
4y

When your specs simply won't run new code no matter what you do, non-conditioned (and unmodified) calls don't get called, and 2+2 somehow equals Q, you know it's time to give up and restart the simulation by going to bed.

Except it's early afternoon and the project deadline is tonight. 😔

Back to debugging reality.

Comments
  • 1
    What the actual fuck?
  • 9
    @epse Don't believe me? 😋
  • 2
    @Root in a REPL even???? Who overloaded operator+?
  • 4
    @epse The 2+2 bit was a joke. The rest is very much happening, though. 🙁
  • 0
    @Root successfully trolled me. And some cache somewhere is biting your arse, now find it
  • 1
    It simply isn't calling one of the methods, or it isnt seeing the new code in that file. I literally replaced the function in question with a log and a raise; neither happen, and it appears to return nil instead. Changes everywhere else appear and run just fine. I am confuse.

    For possible caching issues... I restarted everything up to and including my laptop. I've tried everything I can think of, but no dice, beans, cigars, bananas, nor umbrellas.

    So I'm asking my boss for help, who will hopefully tell me I missed something dumb, or that there's a trick occasionally required to make things work. 😕🙄
  • 2
    The spec stubbed the method and didnt call the original. Ugh. I feel like an idiot.
  • 1
    at least 2 + 2 is not equal to 22
  • 0
    Let me guess: 4+7=explosion.
  • 0
    Do both 6*7 and 6*9 equal 42?
  • 0
    @Root you can't scare me with right bitwise operations!
Add Comment