From: matz@...
Date: 2015-07-28T07:35:08+00:00
Subject: [ruby-core:70143] [Ruby trunk - Feature #11253]	rb_io_modestr_oflags for Ruby API

Issue #11253 has been updated by Yukihiro Matsumoto.


It looks good to me.

Matz.


----------------------------------------
Feature #11253: rb_io_modestr_oflags for Ruby API
https://bugs.ruby-lang.org/issues/11253#change-53573

* Author: Yui NARUSE
* Status: Assigned
* Priority: Normal
* Assignee: Yukihiro Matsumoto
----------------------------------------
If you have a wrapper of IO.open, you may handle mode.
For example on Windows, you may want to add 'b' / OBINARY to given mode.

But some modes has only integer form like O_CLOEXEC, O_EXCL.
If so you need to convert from modestr to oflags

Therefore how about adding a Ruby API version of rb_io_modestr_oflags



-- 
https://bugs.ruby-lang.org/