Fix time interval test #5083
Fix time interval test #5083
Conversation
looks good but it introduced one regression failure as a trade for one fixed, see CI's log. |
@kares thanks for the hint. Unfortunately, the |
oh really? that ain't good than and the "regression" is legit, I will look into a way of pushing this forward ... |
and use RubyTime.convertTimeInterval for parsing to raise correct ArgumentError and TypeError exceptions
@kares tried again, seems I did sth wrong the last time |
Thanks Chris, poked around and found out the time-interval method is used for elsewhere. isn't nice but at least works, for now. the whole piece is a new feature in 9.2, and I recall specifically The commit from here is on master as: fd9c772 |
and use RubyTime.convertTimeInterval for parsing to raise correct ArgumentError and TypeError exceptions