Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Root825994y5:20am and I’m not much closer to fixing them.
Seven freaking hours on the last two specs. I am so fucking done.
I’m going to bed. -
Root825994yThe person who should have been working on these specs (a security guy) is also stumped, and had me write in a dirty workaround to simply skip the failing checks.
He passed it onto another dev — the one who originally wrote the controllers the specs are testing.
Doubtless it’ll come back to me again, but for the moment, I have peace. -
...and you end up staying up until 5 am doing their stuff, sleeping only an hr (at most), ruining your health but that means nothing to them
-
Root825994y@OmerFlame I couldn’t inspect a complex object; inspect was throwing because it was trying to coerce a Nil into a String. (Which honestly shouldn’t be a problem.)
It was late and I didn’t care why. I just debugged the object a different way. -
Root825994y@electrineer I’ve found a few, and a few in Rails too.
It’s much easier to find bugs in Rails, so props to Matz, et. al. -
Root825994y@OmerFlame as in raising an exception.
Inspect is basically a recursive stringifier that elegantly handles edge cases like circular references, streams, etc. so having it raise an exception on converting something simply shouldn’t happen.
Now that I’m more awake and looking at this again, it’s possible someone overrided the to_s or inspect method on some sub-object, and their implementation stinks. That’s more likely than a flaw in an internal method. Still possible, though; I’ve found simple oversights like this in the official code before. -
Root825994y@electrineer it’s short for to_string.
And it’s implemented on basically everything by default. inspect is also.
Related Rants
Cool, I found a bug in Ruby!
And it’s preventing my debugging from working!
Asjfkladfsj
It’s 2:30am and I want to finish this crap.
No, I’m not doing any work tomorrow. I’m taking the day off to sleep.
rant
tired