rbs icon indicating copy to clipboard operation
rbs copied to clipboard

Missing types for Net::IMAP and Net::POP3

Open wagenet opened this issue 3 years ago • 2 comments

wagenet avatar Dec 21 '21 19:12 wagenet

Hello! I also have "Cannot find '::Net'" error after performing rbs collection install When I perform git submodule add https://github.com/ruby/gem_rbs_collection.git vendor/rbs/gem_rbs_collection ::Net module remains available.

kinton avatar Apr 17 '23 10:04 kinton

I was about to get started with writing but noticed that the Net::XXX stuff have their own GitHub repos

  • https://github.com/ruby/net-http
  • https://github.com/ruby/net-imap
  • https://github.com/ruby/net-pop
  • https://github.com/ruby/net-protocol
  • https://github.com/ruby/net-smtp

As the stdlib gemifies, should we instead port these signatures (both Net::XXX and everything) in their own repos, or at least new files for libraries that don’t have one yet? (similar to preferring including sig/ within gems themselves rather than offloading to ruby/gem_rbs_collection)

ParadoxV5 avatar May 01 '24 03:05 ParadoxV5