Project

General

Profile

Actions

Feature #21205

open

Make File::Stat#birthtime available on Linux

Added by BertramScharpf (Bertram Scharpf) 3 days ago. Updated 2 days ago.

Status:
Open
Assignee:
-
Target version:
-
[ruby-core:121475]

Description

Not that I would run into any problem with it, but this behaviour is confusing:

RbConfig::CONFIG["platform"]     #=> "amd64-freebsd14"
(File.birthtime "/").class       #=> Time
(File.stat "/").birthtime.class  #=> Time

RbConfig::CONFIG["platform"]     #=> "x86_64-linux"
(File.birthtime "/").class       #=> Time
(File.stat "/").birthtime        # raises NotImplementedError
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0