Yuki Kurihara
Yuki Kurihara
I'm not sure if this is rbs issue or steep issue, but I voted for this one because it is reproduced when both annotations and if statements are used. ```rb...
# Description Added documentation for `YARD::Tags::Tag#name`, which could be `nil`. The following is a typical example. ```rb YARD::DocstringParser.new.parse("@return [void]").tags #=> [#] ``` # Completed Tasks - [x] I have read...
# Description Running `yardoc` on the following Ruby code will result in an error. ```rb # t.rb class Foo # @option def m end end ``` ``` $ bin/yardoc t.rb...
https://aws.amazon.com/jp/blogs/developer/announcing-rbs-support-for-aws-sdk-for-ruby-v3/ All aws-sdk-ruby related gems now include RBS. Therefore, the gem_rbs_collection side seems to be no longer needed. How do we deal with this? ## Possible problem The RBS on...
I found unexpected error pattern. ### Repro ```rbs # sample.rbs class Sample end ``` ```rb # sample.rb class Sample def foo(...) 1.to_s(...) end end ``` $ bundle exec steep check...
I found pattern to return `Rational`. There would be more patterns if the arguments were not limited to Integer, but I assume that Prime only considers Integer.
struct epoll_event `data` only set file descriptor remove VALUE object for GC mark remove size method since cannot know Epoll::Event have fileno and events
On linux could not use File::Stat#birthtime. But it can call if use `statx(2)`
I happened to come across a problem.
# Problem Currently, signature testing is conducted by rbs/unit_test. However, there are the following issues: - Many methods exist that have not been tested. - There is a pattern that...