Closed paddor closed 8 years ago
Good catch! I will try to update Inch over the holidays :+1:
Thank you. :-) Enjoy the holidays!
Any news on this?
Also, it seems like refreshing doesn't work anymore...
Hi, I'm on it. Server clogged up somehow. :scream:
Had a nasty cold over the holidays and then ... forgot. Sorry. :sweat:
Oh no, very sorry to hear that.
Take your time. :-)
Thanks a lot! :+1:
Hey, this is not live yet. I am re-opening the issue to not forget it.
(I have to make a new release of Inch and point Inch CI to it. Won't get that done today, unfortunately.)
Oops :sweat_smile: All I did was test is the Refresh button and verify whether Inch CI suggests setting a @return
on setter methods. And it doesn't, which I like. So what else is there to come?
Any updates?
Not sure, I am a bit out of the loop on my Github Issues as there is currently soooo much work. :scream:
Does Inch CI now behave the way you suggested?
I just checked! Yes, it does. No more suggestions for return type on #foo=
methods. Thank you!
The return value of those kinds of method is enforced by ruby to be exactly the object given as parameter. Maybe you could deduce it from the parameter's documentation or just stop suggesting this on setter methods.