[ruby-core:102012] [Ruby master Feature#17473] Make Pathname to embedded class of Ruby
From:
akr@...
Date:
2021-01-12 04:43:37 UTC
List:
ruby-core #102012
Issue #17473 has been updated by akr (Akira Tanaka). shyouhei (Shyouhei Urabe) wrote in #note-7: > JFYI pathname was born as a pure-ruby library, then was eventually translated into C (in commit:4bf3cb5ba9c0242bd5a6d0d55b7db9f837c09edf). Don't know the reason behind that move though. @akr do you remember? I had a plan that Pathname contains a FD optionally as root directory and use openat() and other *at system call. No progress after translation to C, though ---------------------------------------- Feature #17473: Make Pathname to embedded class of Ruby https://bugs.ruby-lang.org/issues/17473#change-89860 * Author: hsbt (Hiroshi SHIBATA) * Status: Open * Priority: Normal * Assignee: akr (Akira Tanaka) ---------------------------------------- pathname is one of most useful utility class of Ruby. I'm happy to use Pathname without require it. Any thought? -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>