Yuki Kurihara

Results 83 comments of Yuki Kurihara

@p-datadog I fixed this issue by https://github.com/ruby/rbs/pull/2029 . Could you try the master branch of rbs?

If you can't change it from `untyped`, you can use the `@type` annotation or ignore type checking with `steep:ignore`. https://github.com/soutaro/steep/pull/1034

In reality, it seems that the `==` method is being used as an interface. ```rb irb(main):005> TracePoint.new(:a_call) { |tp| p tp }.enable { [1, 2, 3].include? 2.0 } # #...

I discussed with the committers (@soutaro @pocke @mame) and decided on the following policy. * Move RBS of Bundled gem to gem_rbs_collection. * Move to gem if management by gem...

### TODO - [x] Add bundled gems to gem_rbs_collection - [x] Add gems to `RBS::Collection::Config::LockfileGenerator::ALUMNI_STDLIBS` - [ ] Remove bundled gems from rbs/stdlib

## My Current Plan ### For ruby side Sync `sig` dir from prism from tool/sync_default_gems.rb. ```diff diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 677ed03f55..5624261493 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -391,6 +391,10...

@apiology Thank you for requesting. There are many changes and we are finding it difficult to confirm each one. Can you provide a test code?

## `Ripper::Filter` After looking into it, it seems that for `Ripper::Filter`, it would be appropriate to restrict the `on_*` methods to return the same type as the second `data` argument....

@tk0miya @Little-Rubyist Thank you for response! # Proposal How about the following policy? ## Only the two most recent versions should be updatable. * Released Rails version: 8.0, 7.2, 7.1,...

I reimplemented to use `textDocument/codeAction`. The previous version, which added hover text.