Yuki Kurihara
Yuki Kurihara
@pocke Are you positive or negative about this change? I would like to hear your opinion.
I have corrected the points raised. Also, changes to activesupport were rescinded to simplify the PR.
Fix type signature for `ActiveRecord::Base.validate` (to better support official Ruby documentation)
@yuzisee @tk0miya Thanks!
@aruma256 Can I help you?
Updated in https://github.com/ruby/gem_rbs_collection/pull/542/files#diff-06719055b4b29f3b9315274c1a64d241154acdf5adf22854586b006e5cbaa272
Sorry for the delay in responding. - When modifying 6.0/activerecord-generated.rbs, move as far as possible to 6.0/activerecord.rbs. - I would like at least one line of testing.
I have a proposal. ## Our goal I believe stringio is already gemmed and the goal is to move to gem. https://github.com/ruby/stringio ## Problem One thing to be aware of...
I could not reproduce the problem in my environment. Please let me know your environment. My environment is here. ``` * rbs (3.9.1) * steep (1.10.0) ```
Since `def bar` appears to be an instance method, `foo` also looks like an instance method call. The warning seems to be correct.
Thank you, I reproduced it. Perhaps steep is not able to support `module_function`. Supporting it would solve this issue.