[ruby-core:108319] Re: [Ruby master Feature#18668] Merge `io-nonblock` gems into core
From:
Eric Wong <normalperson@...>
Date:
2022-04-20 19:06:26 UTC
List:
ruby-core #108319
"shyouhei (Shyouhei Urabe)" <noreply@ruby-lang.org> wrote: > I don't think this gem deserves a room into core. Are there any practical usages of it? The functionality is already there; and it should be useful to check if writing code that needs to be compatible between old/new Ruby versions with different nonblock defaults. > Also, are we going to add tons of trivial methods into core just because they are small? I guess we need good reasons for each of them to exist. Having many trivial .so is a waste of memory if they're loaded anyways in common programs. See [ruby-core:107493] and https://udrepper.livejournal.com/8790.html (I also use `etc' and `socket' ext in all my scripts, anyways) Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>