Message from discussion
Absolute paths in $"
Received: by 10.54.131.17 with SMTP id e17mr1432880wrd;
Thu, 15 Jun 2006 19:42:35 -0700 (PDT)
Return-Path: <ruby-talk-ad...@ruby-lang.org>
Received: from beryllium.ruby-lang.org (beryllium.ruby-lang.org [210.163.138.100])
by mx.googlegroups.com with ESMTP id v11si530676cwb.2006.06.15.19.42.34;
Thu, 15 Jun 2006 19:42:35 -0700 (PDT)
Received-SPF: pass (googlegroups.com: best guess record for domain of ruby-talk-ad...@ruby-lang.org designates 210.163.138.100 as permitted sender)
Received: from beryllium.ruby-lang.org (beryllium.ruby-lang.org [127.0.0.1])
by beryllium.ruby-lang.org (Postfix) with ESMTP id 797D833AC7;
Fri, 16 Jun 2006 11:42:24 +0900 (JST)
Received: from localhost (beryllium.ruby-lang.org [127.0.0.1])
by beryllium.ruby-lang.org (Postfix) with ESMTP id D039433E26
for <ruby-t...@ruby-lang.org>; Fri, 16 Jun 2006 11:42:17 +0900 (JST)
Received: from beryllium.ruby-lang.org ([127.0.0.1])
by localhost (beryllium.ruby-lang.org [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 14397-10 for <ruby-t...@ruby-lang.org>;
Fri, 16 Jun 2006 11:42:17 +0900 (JST)
Received: from raichu.netlab.jp (raichu.netlab.jp [210.163.138.98])
by beryllium.ruby-lang.org (Postfix) with ESMTP id A459E33DD0
for <ruby-t...@ruby-lang.org>; Fri, 16 Jun 2006 11:42:17 +0900 (JST)
Received: from x31.priv.netlab.jp (softbank221079074006.bbtec.net [221.79.74.6])
by raichu.netlab.jp (Postfix) with SMTP id 16AB3400084
for <ruby-t...@ruby-lang.org>; Fri, 16 Jun 2006 11:42:17 +0900 (JST)
Received: (nullmailer pid 12092 invoked by uid 1000);
Fri, 16 Jun 2006 02:42:16 -0000
Delivered-To: ruby-t...@ruby-lang.org
Date: Fri, 16 Jun 2006 11:42:18 +0900
Posted: Fri, 16 Jun 2006 11:42:16 +0900
From: Yukihiro Matsumoto <m...@ruby-lang.org>
Reply-To: ruby-t...@ruby-lang.org
Subject: Re: Absolute paths in $"
To: ruby-t...@ruby-lang.org (ruby-talk ML)
Message-Id: <1150425736.097792.12091.nullmailer@x31.priv.netlab.jp>
In-Reply-To: <1150395436.018819.61210@u72g2000cwu.googlegroups.com>
X-ML-Name: ruby-talk
X-Mail-Count: 197589
X-MLServer: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
X-ML-Info: If you have a question, send e-mail with the body
"help" (without quotes) to the address ruby-talk-...@ruby-lang.org;
help=<mailto:ruby-talk-...@ruby-lang.org?body=help>
User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=)
APEL/10.6 Emacs/21.4 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI)
X-Original-To: ruby-t...@ruby-lang.org
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ruby-lang.org
X-Spam-Checker-Version: SpamAssassin 3.0.6 (2005-12-07) on
beryllium.ruby-lang.org
X-Spam-Level:
X-Spam-Status: No, score=-5.3 required=7.0 tests=AWL,BAYES_00,
CONTENT_TYPE_PRESENT,FAKEDWORD_VERTICALLINE,RCVDFRMLOCALIP
autolearn=disabled version=3.0.6
Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
Precedence: bulk
Lines: 13
List-Id: ruby-talk.ruby-lang.org
List-Software: fml [fml 4.0.3 release (20011202/4.0.3)]
List-Post: <mailto:ruby-t...@ruby-lang.org>
List-Owner: <mailto:ruby-talk-ad...@ruby-lang.org>
List-Help: <mailto:ruby-talk-...@ruby-lang.org?body=help>
List-Unsubscribe: <mailto:ruby-talk-...@ruby-lang.org?body=unsubscribe>
Hi,
In message "Re: Absolute paths in $""
on Fri, 16 Jun 2006 03:17:19 +0900, transf...@gmail.com writes:
|Any chance Ruby 1.8.5 will have absolute paths in $" instead of
|relative ones? I know that's planned for 2.0 but I sure could use it
|now.
I'm afraid it's too big change for 1.8 which is under stable mode.
Any opinion?
matz.