Bart de Water
Bart de Water
With the next Ruby version soon, now might be a good time?
That would be great, thanks @jez !
@deivid-rodriguez implemented your suggestion, it is simpler to not have a timeout.
@deivid-rodriguez I'm not familiar with Bundler's code, but I agree it does seems like the test suite is not expecting an immediate error to be returned. I'll push up the...
@deivid-rodriguez done and tests are green, PTAL!
Sorry for not responding - end of year was very busy with work. Glad to see something got merged to make things more clear!
Copy-paste from [the Sorbet Slack](https://sorbet-ruby.slack.com/archives/C02VD06EQ3U/p1676066824853069?thread_ts=1676050187.200379&cid=C02VD06EQ3U): `tapioca gem` generates these methods like these [for the delegators](https://github.com/rails/rails/blob/v7.0.4.1/activerecord/lib/active_record/relation/delegation.rb#L88-L91) defined here: ```ruby # source://activerecord//lib/active_record/relation/delegation.rb#7 module ActiveRecord::Delegation extend ::ActiveSupport::Concern mixes_in_class_methods ::ActiveRecord::Delegation::ClassMethods [omitted] # source://activerecord//lib/active_record/relation/delegation.rb#88 def...
CI is failing on unrelated protobuf errors.
@KaanOzkan CI is green now :)
Any special handling should also take care of the Ruby 3.2+ [Data class](https://docs.ruby-lang.org/en/3.2/Data.html). It has the same problem and like for Struct, there's also a Rubocop for it: https://github.com/rubocop/rubocop/pull/11728