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
The changes from #347 appear to have exposed conflicts between the generated activerecord.rbi and the sorbet-typed files. After this update was pulled into an update we found that the activerecord.rbi file generated by the gems sorbet command conflicts with definitions with the sorbet-typed version:
This is resulting in the activerecord.rbi file being marked as typed: ignored and causing sorbet to think that many common activerecord methods (such as find_by and where) are not known to the type checker.
The text was updated successfully, but these errors were encountered:
The changes from #347 appear to have exposed conflicts between the generated activerecord.rbi and the sorbet-typed files. After this update was pulled into an update we found that the
activerecord.rbi
file generated by the gems sorbet command conflicts with definitions with the sorbet-typed version:This is resulting in the
activerecord.rbi
file being marked astyped: ignored
and causing sorbet to think that many common activerecord methods (such asfind_by
andwhere
) are not known to the type checker.The text was updated successfully, but these errors were encountered: