Yuki Kurihara
Yuki Kurihara
The `rake annotation` task generates documentation for RBS from the ruby/ruby source code. However, bundled gems are not included in the ruby/ruby source code. As a result, the `rake annotate`...
ruby: v3.4.1 rbs: v3.8.1 prism v1.2.0 is bundled as default gem with ruby v3.4. [link](https://github.com/ruby/ruby/blob/48d4efcb85000e1ebae42004e963b5d0cedddcf2/tool/sync_default_gems.rb#L49) But rbs collection cannot found it. ```rb RBS::EnvironmentLoader.gem_sig_path('prism', '1.2.0') #=> nil Gem::Specification.find_by_name('prism', '1.2.0').gem_dir #=> "/Users/yuki.kurihara/.rbenv/versions/3.4.1/lib/ruby/gems/3.4.0/gems/prism-1.2.0"...
This pull request introduces a new feature to provide method suggestions when a `Ruby::NoMethod` error occurs in the steep LSP. It leverages the `did_you_mean` gem to suggest possible corrections based...
Dear Maintainers of Rails Repositories(@tk0miya, @ydah, @hibariya, @Little-Rubyist). Currently, Rails repositories follow a method where v6 signatures are inherited, and differences are added incrementally. While this approach keeps management costs...
This is a follow-up to https://github.com/ruby/rbs/pull/2336, https://github.com/ruby/rbs/pull/2590 and https://github.com/ruby/rbs/pull/2627
Bundled gems will be removed from the rbs repository. Normally the definition of gem_rbs_collection should be used. See also: https://github.com/ruby/rbs/issues/2258