Yuki Kurihara

Results 66 issues of Yuki Kurihara

I found misspell by https://github.com/client9/misspell/

I am inconvenienced by the specification that I have to go to the root directory every time when I run the rbs collection commands. I propose that the rbs collection...

Following code raise `RBS::UnknownMethodAliasError`. ```rb require 'rbs' loader = RBS::EnvironmentLoader.new env = RBS::Environment.from_loader(loader) rbs =

# Problem ```rbs class RecordWithHint type record = { foo: String, bar: Integer?, baz: Symbol? } def test_send: () -> record def test_csend: () -> record? def test_block: () ->...

enhancement

If I type `.` with [steep-vscode](https://github.com/soutaro/steep-vscode) as in the following code, an error seems to occur. Repro code: ```rb 1.← typing dot a, b = [] ``` then output log...

https://github.com/soutaro/steep/blob/0673d88395fb0ea380463fef1aed568dfb077a60/lib/steep/diagnostic/ruby.rb#L728-L753 The current `D::Ruby.strict` config is more lenient than `D::Ruby.default` and looks almost identical to the `D::Ruby.lenient` config. (The only difference is in the UnexpectedJump config.) Is this intentional?

Support https://github.com/ruby/gem_rbs_collection/issues/190

## Proposal I have implemented a generator for rails gems. I propose to use `rails-generator` to manage RBS for rails gems. Simply run the `rake` command to generate an RBS...

# Description The autoload specification is incorrect and should be corrected. The class `YARD::Parser::Ruby::Legacy::RipperParser` does not exist and is assumed to be `YARD::Parser::Ruby::RipperParser`. ```rb YARD::Parser::Ruby::Legacy.constants #=> [:Statement, :RipperParser, :RubyParser, :RubyToken,...

I developed a tool to generate RBS from YARD tags and applied it to YARD gem to generate RBS.