[#9854] BUG: ruby-yarv 1.9 undefined method `close' for nil:NilClass in ensure — ville.mattila@...
Hello,
[#9864] String#upto edge case - empty string causes infinite loop — Daniel Berger <Daniel.Berger@...>
Hi,
Hi,
On 1/8/07, Yukihiro Matsumoto <matz@ruby-lang.org> wrote:
> -----Original Message-----
On 1/8/07, Berger, Daniel <Daniel.Berger@qwest.com> wrote:
> -----Original Message-----
On 1/9/07, Berger, Daniel <Daniel.Berger@qwest.com> wrote:
[#9869] a block argument within a block which argument has the same name leaks — <noreply@...>
Bugs item #7680, was opened at 2007-01-08 22:53
Hi,
On Jan 8, 2007, at 2:30 PM, Yukihiro Matsumoto wrote:
Hi,
Hi --
Hi,
Hi --
Hi,
Hi,
Evan Phoenix wrote:
Hi,
Yukihiro Matsumoto wrote:
Hi,
On Jan 10, 2007, at 8:43 AM, Yukihiro Matsumoto wrote:
Hi,
Hi,
Hi,
[#9897] Time Zone printing differently for 1.8.4 and 1.8.5. — "Jim Freeze" <jim@...>
> ruby -rparsedate -ve 'puts Time.mktime(* ParseDate.parsedate("Thu Nov 02
[#9908] rdoc for 1.8.5 not creating Module docs? — James Britt <james.britt@...>
When running rdoc over the current 1.8.5 source, the resulting HTML file
[#9926] Fix for File and File::Stat to deal with bogus stat.st_size member — <noreply@...>
Patches item #7760, was opened at 2007-01-11 14:26
On Fri, 12 Jan 2007, noreply@rubyforge.org wrote:
> -----Original Message-----
On Sat, 13 Jan 2007, Berger, Daniel wrote:
[#9949] sandbox 0.4 (r115) with a new patch — _why <why@...>
Okay, here's the latest release of the freaky freaky sandbox.
[#9959] anonymous classes share single alloc function — <noreply@...>
Bugs item #7974, was opened at 2007-01-18 13:28
[#9960] Scoping and locating definitions — Jos Backus <jos@...>
Consider the following:
Jos Backus schrieb:
On Fri, Jan 19, 2007 at 06:40:03PM +0900, Pit Capitain wrote:
On Sat, Jan 20, 2007 at 02:18:19AM +0900, Jos Backus wrote:
On 1/20/07, Jos Backus <jos@catnook.com> wrote:
Jos Backus schrieb:
On Sun, Jan 21, 2007 at 04:39:52AM +0900, Pit Capitain wrote:
Jos Backus schrieb:
[#9969] Allowing Unicode in the grammar? — "Berger, Daniel" <Daniel.Berger@...>
Hi Matz,
[#9996] new method dispatch rule (matz' proposal) — SASADA Koichi <ko1@...>
Hi,
Hi,
It's late for me here, so I have just brief comments below...
Hi,
SASADA Koichi wrote:
Hi,
On Jan 23, 2007, at 7:41 AM, Yukihiro Matsumoto wrote:
On Tue, 23 Jan 2007, James Edward Gray II wrote:
Hi,
Yukihiro Matsumoto wrote:
Hi,
Yukihiro Matsumoto wrote:
Hi,
The more this discussion goes on, the more I worry that Joe Q Public
Hi,
[#10019] stable branch policy & schedule for 1.8.6 — "Akinori MUSHA" <knu@...>
Core developers,
Akinori MUSHA wrote:
Charles Oliver Nutter wrote:
On Jan 23, 2007, at 22:13, Joel VanderWerf wrote:
At Wed, 24 Jan 2007 15:13:52 +0900,
Hello,
Hi,
[#10066] class variables and inheritance — <noreply@...>
Bugs item #8156, was opened at 2007-01-25 15:05
[#10068] Re: Method Dispatch (was Adding methods to String, but only in my own Module?) — gwtmp01@...
[#10085] Collaborative Ruby Language Specification — "John Lam (CLR)" <jflam@...>
Hi Everyone,
On 1/28/07, John Lam (CLR) <jflam@microsoft.com> wrote:
Hi --
>> I'm not sure what there is to be non-neutral about :-)
Hi --
On Mon, 29 Jan 2007, dblack@wobblini.net wrote:
John Lam (CLR) wrote:
> I hope such a spec would be developed "in the open" from the beginning,
M. Edward (Ed) Borasky wrote:
-----BEGIN PGP SIGNED MESSAGE-----
On 1/30/07, Eustaquio Rangel de Oliveira Jr. <eustaquiorangel@yahoo.com> wrote:
On 1/30/07, Nikolai Weibull <now@bitwi.se> wrote:
> > I was checking some CLR opinions and - correct me please if I'm wrong - seems
[#10114] add usage of uri.userinfo to open-uri.rb — <noreply@...>
Patches item #8309, was opened at 2007-01-30 15:25
On 2007/01/31, at 06:07, Yukihiro Matsumoto wrote:
Hi,
On Thu, Feb 01, 2007 at 01:19:34AM +0900, Yukihiro Matsumoto wrote:
Hi,
Hi matz,
Hi,
On Feb 2, 2007, at 7:40 PM, Yukihiro Matsumoto wrote:
[#10135] Another .document patch. — Hugh Sasse <hgs@...>
I have been looking at the tips for irb at:
BUG: ruby-yarv 1.9 undefined method `close' for nil:NilClass in ensure
Hello,
irb(main):003:0* begin
irb(main):004:1* foo = File.open("foo")
irb(main):005:1> ensure
irb(main):006:1* foo.close
irb(main):007:1> end
NoMethodError: undefined method `close' for nil:NilClass
from (irb):6:in `ensure in irb_binding'
from (irb):6
from /usr/local/ruby-1.9/lib/ruby/1.9/irb.rb:150:in `block (2
levels) in eval_input'
from /usr/local/ruby-1.9/lib/ruby/1.9/irb.rb:259:in
`signal_status'
from /usr/local/ruby-1.9/lib/ruby/1.9/irb.rb:147:in `block in
eval_input'
from /usr/local/ruby-1.9/lib/ruby/1.9/irb.rb:146:in `eval_input'
from /usr/local/ruby-1.9/lib/ruby/1.9/irb.rb:70:in `block in
start'
from /usr/local/ruby-1.9/lib/ruby/1.9/irb.rb:69:in `catch'
from /usr/local/ruby-1.9/lib/ruby/1.9/irb.rb:69:in `start'
from /usr/local/ruby-1.9/bin/irb:13:in `<main>'
irb(main):008:0> quit
mulperi@mulperi-desktop:/usr/local/src/ruby-libs/rubygems-0.9.0$ ruby -v
ruby 1.9.0 (2007-01-04 patchlevel 0) [i686-linux]
Also
make check fails for me as follows:
make check
not ok assignment 90 -- ./sample/test.rb:137:in `block in <main>'
not ok assignment 91 -- ./sample/test.rb:138:in `block in <main>'
not ok assignment 92 -- ./sample/test.rb:139:in `block in <main>'
not ok assignment 93 -- ./sample/test.rb:140:in `block in <main>'
not ok assignment 94 -- ./sample/test.rb:141:in `block in <main>'
not ok assignment 95 -- ./sample/test.rb:142:in `block in <main>'
not ok assignment 110 -- ./sample/test.rb:159:in `block in <main>'
not ok assignment 117 -- ./sample/test.rb:167:in `block in <main>'
not ok assignment 118 -- ./sample/test.rb:168:in `block in <main>'
not ok assignment 119 -- ./sample/test.rb:169:in `block in <main>'
not ok assignment 120 -- ./sample/test.rb:170:in `block in <main>'
not ok assignment 122 -- ./sample/test.rb:172:in `block in <main>'
not ok assignment 123 -- ./sample/test.rb:173:in `block in <main>'
not ok assignment 124 -- ./sample/test.rb:174:in `block in <main>'
not ok assignment 145 -- ./sample/test.rb:198:in `block in <main>'
not ok assignment 209 -- ./sample/test.rb:271:in `block in <main>'
not ok assignment 217 -- ./sample/test.rb:285:in `<main>'
not ok assignment 218 -- ./sample/test.rb:286:in `<main>'
not ok assignment 219 -- ./sample/test.rb:287:in `<main>'
not ok iterator 16 -- ./sample/test.rb:959:in `<main>'
not ok iterator 17 -- ./sample/test.rb:961:in `<main>'
not ok iterator 22 -- ./sample/test.rb:968:in `block in <main>'
not ok iterator 26 -- ./sample/test.rb:974:in `block in <main>'
not ok iterator 27 -- ./sample/test.rb:975:in `block in <main>'
not ok iterator 31 -- ./sample/test.rb:979:in `block in <main>'
not ok iterator 32 -- ./sample/test.rb:980:in `block in <main>'
not ok iterator 34 -- ./sample/test.rb:983:in `block in <main>'
not ok iterator 35 -- ./sample/test.rb:984:in `block in <main>'
not ok iterator 47 -- ./sample/test.rb:1035:in `<main>'
not ok iterator 49 -- ./sample/test.rb:1037:in `<main>'
not ok iterator 50 -- ./sample/test.rb:1038:in `<main>'
not ok iterator 63 -- ./sample/test.rb:1058:in `<main>'
not ok iterator 65 -- ./sample/test.rb:1060:in `<main>'
not ok iterator 82 -- ./sample/test.rb:1127:in `<main>'
not ok iterator 87 -- ./sample/test.rb:1166:in `<main>'
not ok iterator 88 -- ./sample/test.rb:1173:in `<main>'
not ok iterator 90 -- ./sample/test.rb:1186:in `<main>'
not ok iterator 92 -- ./sample/test.rb:1205:in `<main>'
not ok iterator 94 -- ./sample/test.rb:1223:in `<main>'
not ok iterator 95 -- ./sample/test.rb:1232:in `<main>'
not ok iterator 96 -- ./sample/test.rb:1242:in `<main>'
not ok iterator 98 -- ./sample/test.rb:1260:in `<main>'
not ok iterator 101 -- ./sample/test.rb:1280:in `<main>'
not ok iterator 102 -- ./sample/test.rb:1281:in `<main>'
not ok/test: 857 failed 44
test failed