``` When loading Ruby source files, we can save the result of successful opens as open(2)/openat(2) are a fairly expensive syscalls. This also avoids a time-of-check-to-time-of-use (TOCTTOU) problem. This reduces open(2) syscalls...normalperson (Eric Wong)
"shugo (Shugo Maeda)" <noreply@ruby-lang.org> wrote: > normalperson (Eric Wong) wrote in #note-7: > > > And I send the verification mail for them. Please verify your > > > mail-address like gmail, yahoo or others for aliasing > > ...normalperson (Eric Wong)
"hsbt (Hiroshi SHIBATA)" <noreply@ruby-lang.org> wrote: > I prepared mail aliases for enabled users of > https://github.com/ruby/ruby-commit-hook/blob/master/config/email.yml. > But some of users use different email addresses of the ...normalperson (Eric Wong)
"ioquatix (Samuel Williams)" <noreply@ruby-lang.org> wrote: > @normalperson I've attached patch files. If you have time, I'd really appreciate your feedback on this. Specifically, patch 5 - freeing this unconditionally causes the Ruby ...normalperson (Eric Wong)
"Eregon (Benoit Daloze)" <noreply@ruby-lang.org> wrote: > Issue #18668 has been updated by Eregon (Benoit Daloze). > > mame (Yusuke Endoh) wrote in #note-11: > > I think we may set O_NONBLOCK to all file descriptors by default.
"byroot (Jean Boussier)" <noreply@ruby-lang.org> wrote: > Issue #18557 has been updated by byroot (Jean Boussier). > > > [Feature #18566] Merge `io-wait` gem into core `IO` class. (byroot) > - It's very small and any non-trivia...normalperson (Eric Wong)
"ko1 (Koichi Sasada)" wrote: > Some `RUBY_GC_...` vars do not affect correctly because they are used only on setup. > We need to document which vars can be ...normalperson (Eric Wong)