[SVN] subversion bundle problems

Chris Thomas chris at cjack.com
Tue Jun 7 22:13:38 UTC 2005


On Jun 7, 2005, at 3:03 PM, Allan Odgaard wrote:

> require 'English'           # does not work for 1.6 -- what is this?
> And: DIR.chdir() do ... end # does not evaluate the block

I knew that, I actually meant to add compatibility code for 1.6, but  
clearly forgot...

> I wanted to commit my change, but got a similar 'require --  
> English' error from the commit script ;)

That's odd. English.rb is in 1.6, IIRC.

http://www.ruby-doc.org/core/files/lib/English_rb.html:
> Include the English library file in a Ruby script, and you can  
> reference the global variables such as $_ using less cryptic names...

Specifically included here for $$ -> $PID, I think.

Chris



More information about the textmate-dev mailing list