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.0 required=3.0 tests=AWL,BAYES_00, MAILING_LIST_MULTI,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 7FDB31F4B4 for ; Thu, 31 Dec 2020 00:01:26 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 86056120B2C; Thu, 31 Dec 2020 09:00:37 +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 B88B4120B2B for ; Thu, 31 Dec 2020 09:00:35 +0900 (JST) Received: by filterdrecv-p3iad2-74bd9fb996-j88qg with SMTP id filterdrecv-p3iad2-74bd9fb996-j88qg-17-5FED14D1-2C 2020-12-31 00:01:21.261019879 +0000 UTC m=+1731556.516593150 Received: from herokuapp.com (unknown) by ismtpd0007p1iad2.sendgrid.net (SG) with ESMTP id srfWL7buSrColT-woXjNTg for ; Thu, 31 Dec 2020 00:01:21.189 +0000 (UTC) Date: Thu, 31 Dec 2020 00:01:21 +0000 (UTC) From: hsbt@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 77728 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: hsbt 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?9+ToIm+BmphpEzrVEr2fqVDpB0VofQNbgfqsVvtPdY17v=2F7kWVoVlFSYzBnGCJ?= =?us-ascii?Q?A4bI=2F+EJHj0DhayjdKypt3fN9iY0NNVD8xgAi5h?= =?us-ascii?Q?sD7Jy6tiFH6aZ0A9YA=2Ftpe5iSjPzw5p2VfFZl5J?= =?us-ascii?Q?nZxnZnwd=2Fe=2Fu7KDRvyxh91q2ZOdrtKusdyJ28tC?= =?us-ascii?Q?sOx0G7dR86EYAObt2IeqdAsiXgknsp+M+DuSUhp?= =?us-ascii?Q?j7NkFwGfJ7G5EKkgk=3D?= To: ruby-core@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-core X-Mail-Count: 101826 Subject: [ruby-core:101826] [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 hsbt (Hiroshi SHIBATA). >Then, we could share more of Pathname between Ruby implementations, and avoid maintaining both a Ruby and C version. I'm not sure how embedded pure-Ruby implementation to core classes. The above request is the different request. ---------------------------------------- Feature #17473: Make Pathname to embedded class of Ruby https://bugs.ruby-lang.org/issues/17473#change-89652 * 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/