Project

General

Profile

Actions

Feature #8050

closed

struct stat to VALUE should be accessable from the C-API

Added by Hanmac (Hans Mackowiak) about 11 years ago. Updated over 10 years ago.

Status:
Closed
Target version:
[ruby-core:53225]

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

file.c.rb_stat_new.patch (1.83 KB) file.c.rb_stat_new.patch drbrain (Eric Hodel), 03/11/2013 12:31 PM

Updated by drbrain (Eric Hodel) about 11 years ago

This patch seems to implement the feature.

Updated by nobu (Nobuyoshi Nakada) about 11 years ago

vote for ruby/io.h.

Updated by andrenth (Andre Nathan) about 11 years ago

Can we also have a way to create a Dir object from a DIR pointer? Something like rb_dir_new(DIR *dir).

Updated by drbrain (Eric Hodel) about 11 years ago

Please open separate feature request for DIR * -> Dir

Updated by naruse (Yui NARUSE) over 10 years ago

  • Assignee changed from matz (Yukihiro Matsumoto) to nobu (Nobuyoshi Nakada)

this is nobu's issue because this is C API.

Actions #7

Updated by nobu (Nobuyoshi Nakada) over 10 years ago

  • 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]
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0