From: "naruse (Yui NARUSE)" Date: 2013-10-01T17:49:16+09:00 Subject: [ruby-core:57537] [ruby-trunk - Feature #8050] struct stat to VALUE should be accessable from the C-API Issue #8050 has been updated by naruse (Yui NARUSE). Assignee changed from matz (Yukihiro Matsumoto) to nobu (Nobuyoshi Nakada) this is nobu's issue because this is C API. ---------------------------------------- Feature #8050: struct stat to VALUE should be accessable from the C-API https://bugs.ruby-lang.org/issues/8050#change-42151 Author: Hanmac (Hans Mackowiak) Status: Assigned Priority: Normal Assignee: nobu (Nobuyoshi Nakada) Category: core Target version: current: 2.1.0 filc.c has methods to turn an struct stat into an File::Stat, the problem is that this methods are not accessable from the outside, and cant me mimiced my coping into the c-Ext code. so it would be good if there where a VALUE rb_stat_new(stuct stat); or something like that for the C-API -- http://bugs.ruby-lang.org/