Feature #8050
closed
struct stat to VALUE should be accessable from the C-API
Added by Hanmac (Hans Mackowiak) over 11 years ago.
Updated about 11 years ago.
Description
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
Files
This patch seems to implement the feature.
Can we also have a way to create a Dir object from a DIR pointer? Something like rb_dir_new(DIR *dir).
Please open separate feature request for DIR * -> Dir
- Assignee changed from matz (Yukihiro Matsumoto) to nobu (Nobuyoshi Nakada)
this is nobu's issue because this is C API.
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r43107.
Hans, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
file.c: export rb_stat_new
- file.c (stat_new_0): constify.
- file.c (rb_stat_new): constify and export. based on a patch by
Hanmac (Hans Mackowiak) at [ruby-core:53225]. [Feature #8050]
Also available in: Atom
PDF
Like0
Like0Like0Like0Like0Like0Like0Like0