[#5563] Non-overridable and non-redefinable methods — Eric Mahurin <eric_mahurin@...>

Lately, I've been thinking about the future of ruby

44 messages 2005/08/19
[#5564] Re: Non-overridable and non-redefinable methods — Austin Ziegler <halostatue@...> 2005/08/19

On 8/19/05, Eric Mahurin <eric_mahurin@yahoo.com> wrote:

[#5571] Re: Non-overridable and non-redefinable methods — Eric Mahurin <eric_mahurin@...> 2005/08/19

--- Austin Ziegler <halostatue@gmail.com> wrote:

[#5574] Re: Non-overridable and non-redefinable methods — TRANS <transfire@...> 2005/08/20

Just wanted to add a few things.

[#5581] Re: Non-overridable and non-redefinable methods — Austin Ziegler <halostatue@...> 2005/08/20

On 8/19/05, TRANS <transfire@gmail.com> wrote:

[#5583] Re: Non-overridable and non-redefinable methods — "David A. Black" <dblack@...> 2005/08/20

Hi --

[#5585] Re: Non-overridable and non-redefinable methods — Eric Mahurin <eric_mahurin@...> 2005/08/20

--- "David A. Black" <dblack@wobblini.net> wrote:

[#5609] Pathname#walk for traversing path nodes (patch) — ES <ruby-ml@...>

Here is a small addition to Pathname against 1.9, probably suited

20 messages 2005/08/22

uri test failures. (Re: [ruby-cvs] ruby/lib, ruby/lib/uri: Lovely RDOC patches from mathew (metaATpoboxDOTcom) on URI/* and getoptlong.rb)

From: Tanaka Akira <akr@...17n.org>
Date: 2005-08-25 06:58:28 UTC
List: ruby-core #5676
In article <20050824050801.5B4E0C671F@lithium.ruby-lang.org>,
  ryan@ruby-lang.org (ryan) writes:

> ryan        Wed, 24 Aug 2005 14:08:01 +0900
>
>   Modified files:
>     ruby/lib:
>       .document getoptlong.rb
>     ruby/lib/uri:
>       ftp.rb generic.rb http.rb https.rb mailto.rb
>   Log:
>     Lovely RDOC patches from mathew (metaATpoboxDOTcom) on URI/* and getoptlong.rb

It causes following test failures.

  2) Failure:
test_parse(URI::TestFTP) [/home/akr/chkbuild/tmp/build/ruby-trunk/ruby/test/uri/test_ftp.rb:24]:
<["ftp", "user:pass", "host.com", 21, "/abc/def", nil]> expected but was
<["ftp", "user:pass", "host.com", 21, "abc/def", nil]>.

  3) Failure:
test_parse(URI::TestGeneric) [/home/akr/chkbuild/tmp/build/ruby-trunk/ruby/test/uri/test_generic.rb:44]:
<["ftp", nil, "ftp.is.co.za", 21, "/rfc/rfc1808.txt", nil]> expected but was
<["ftp", nil, "ftp.is.co.za", 21, "rfc/rfc1808.txt", nil]>.

It seems that non-documentation code is modifified.
-- 
Tanaka Akira

In This Thread

Prev Next