You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be caused by 50a15f6 as part of #2189. The definition in stdlib/time/0/time.rbs supported an ::Integer argument but the new definition in core/time.rbs does not. However, Ruby continues to support that argument:
After upgrading to RBS 3.8.0 and running
steep check
on my project, I'm getting a new error:This appears to be caused by 50a15f6 as part of #2189. The definition in
stdlib/time/0/time.rbs
supported an::Integer
argument but the new definition incore/time.rbs
does not. However, Ruby continues to support that argument:For anyone else who comes across this, the workaround is pretty simple:
block/elasticgraph#67
(But I'd still like to see this fixed in RBS itself!).
The text was updated successfully, but these errors were encountered: