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
Hi! Here, the return type for find_in_batches is set as T::Enumerator[T::Enumerator[A]], but I believe the actual return type is T::Enumerator[T::Array[A]].
Hi! Here, the return type for
find_in_batches
is set asT::Enumerator[T::Enumerator[A]]
, but I believe the actual return type isT::Enumerator[T::Array[A]]
.This is implied in the documentation:
And I've checked this at runtime:
This is with Tapioca 0.16.11, Sorbet 0.5.11934, and Rails 8.1.0.alpha.
The text was updated successfully, but these errors were encountered: