Masataka Pocke Kuwabara

Results 45 comments of Masataka Pocke Kuwabara

Thank you for your comment, and sorry for my absence. I've updated the pull request. It has redundant union types but works correctly. I also added type for `exec` method....

Thanks for your reporting :+1: Could you describe how #802 didn't work well?

Thanks for reporting the issue! Your feature request is pretty reasonable. I'm planning to implement the same feature since a few days ago because I have a similar problem with...

SortedSet has been removed from `set` library since Ruby 3.0.0. But the `SortedSet` constant is still available as an autoload. https://github.com/ruby/ruby/blob/v3_0_0/lib/set.rb#L692 `rbs prototype runtime` accesses all constants, so it causes...

Today we (I and @soutaro) discussed this problem. * We should omit version number from rbs_collection.lock.yaml if the source is rubygems * ```diff - name: foo - version: 1.0.0 source:...

Thanks for reporting the issue. Currently, RBS has no support for `delegate` library. I have a plan to support `delegate` by RBS with two steps. First, add the type definitions...

I've transferred this issue to ruby/rbs repo :rocket:

Hello. Thanks for reporting! `module` definition may have a requirement. For example, `Enumerable` is defined as the following. (copied from https://github.com/ruby/rbs/blob/master/docs/syntax.md#module-declaration ) ```rbs interface _Each[A, B] def each: { (A)...

Thanks for your PR and sorry for my absence. I'll review this PR this week.

Thanks for reporting the issue. Currently this repository accepts incomplete type definitions, so they may include missing methods often. Adding method definitions is welcome. Feel free to open a PR...