Yuki Kurihara
Yuki Kurihara
@pocke What is the status of this? I believe that PRs like following will be more manageable in the future by incorporating this change. - https://github.com/ruby/gem_rbs_collection/pull/277 - https://github.com/ruby/gem_rbs_collection/pull/280 - https://github.com/ruby/gem_rbs_collection/pull/281
Regarding points 4 and 5, would [orthoses](https://github.com/ksss/orthoses) be helpful?
いっそfnmatchの"ワイルドカードとして〜"の部分を削除して、オプション定数に説明を委ねるのはいかがでしょう?
@sw-square Thank you for reviewing. An example I can think of is as follows. ```rb # sample/cli.rb module Sample class CLI class
To simplify the problem, it appears that the hook is adding methods as follows, resulting in an infinite loop. ```rb # test-attach.rb class TestAttach def attach puts "attach 2" end...
URI type signatures exist here. https://github.com/ruby/rbs/tree/master/stdlib/uri/0 stdlib require loaded in some way. The recommended way is `rbs collection`. https://github.com/ruby/rbs/blob/master/docs/collection.md
We need to `require 'uri'` to use `URI`. However, I think it is a constant that does not exist in an environment that does not `require 'uri'` and would be...
@Forthoney [FYI] A tree-sitter parser for RBS already exists. https://github.com/joker1007/tree-sitter-rbs
I have an idea. How about generating prototype RBS when `rbs prototype runtime` detects `Struct` and `Data`? (It's not implemented yet.) Would this be of help to you? For example:...
Actual case https://github.com/ruby/gem_rbs_collection/pull/16