From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id BC7551F4B4 for ; Mon, 28 Dec 2020 00:30:37 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 8066C120BD2; Mon, 28 Dec 2020 09:29:46 +0900 (JST) Received: from xtrwkhkc.outbound-mail.sendgrid.net (xtrwkhkc.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 225C9120BD0 for ; Mon, 28 Dec 2020 09:29:43 +0900 (JST) Received: by filterdrecv-p3las1-685fdc5bbc-fcrzp with SMTP id filterdrecv-p3las1-685fdc5bbc-fcrzp-20-5FE92720-27 2020-12-28 00:30:24.320048774 +0000 UTC m=+1474093.136661820 Received: from herokuapp.com (unknown) by ismtpd0088p1mdw1.sendgrid.net (SG) with ESMTP id uVqVmsFWQxKzojjmNIBLdQ for ; Mon, 28 Dec 2020 00:30:24.193 +0000 (UTC) Date: Mon, 28 Dec 2020 00:30:24 +0000 (UTC) From: mame@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 77664 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Feature X-Redmine-Issue-Id: 17473 X-Redmine-Issue-Author: hsbt X-Redmine-Issue-Assignee: akr X-Redmine-Sender: mame X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: =?us-ascii?Q?EJh2gqwnyqXtd++xo=2FinyA1V0bXouTB4FkWnzNiKb49Z4270S3buff7SX97Cjq?= =?us-ascii?Q?OAqpVDbrmE0NZ3mMVMMnhCzzhPanDuID+8X3UcG?= =?us-ascii?Q?Iog7WxY=2F=2F12QFWpIlUlb9iVn0OoRR0MSab0Jgno?= =?us-ascii?Q?J3DbyTGfMotcp8Ocr69x2FwW3E46vWzkLouU7ee?= =?us-ascii?Q?RYzA6DfhO6IKO+Ps8Vmg3Z4I9lX21z1CdrehDdS?= =?us-ascii?Q?QPpdmAcFIeQmKLAUA=3D?= To: ruby-core@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-core X-Mail-Count: 101762 Subject: [ruby-core:101762] [Ruby master Feature#17473] Make Pathname to embedded class of Ruby X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #17473 has been updated by mame (Yusuke Endoh). Dan0042 (Daniel DeLorme) wrote in #note-4: > Isn't Pathname dependent on FileUtils though? Yes. It uses only `FileUtils.mkpath` and `rm_r`. Rubygems also uses them, so @hsbt is preparing to propose making a very limited set of FileUtils methods built-in, too. ---------------------------------------- Feature #17473: Make Pathname to embedded class of Ruby https://bugs.ruby-lang.org/issues/17473#change-89588 * 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/