[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

darkfish-rdoc (1.1.5) not working with rdoc (2.4.3

Iñaki Baz Castillo

4/4/2009 11:29:00 AM

Hi, I can use darkfish (1.1.5) with rdoc (2.4.2) but get an error if I try =
to=20
use it with latst version of rdoc (2.4.3):

$ rdoc --help =20
/usr/bin/rdoc:19:in `load': Is a directory -=20
/usr/lib/ruby/gems/1.9.1/gems/darkfish-rdoc-1.1.5/lib/rdoc (Errno::EISDIR)
from /usr/bin/rdoc:19:in `<main>'

=2D-=20
I=C3=B1aki Baz Castillo <ibc@aliax.net>

2 Answers

Eric Hodel

4/6/2009 5:33:00 AM

0

On Apr 4, 2009, at 04:28, I=F1aki Baz Castillo wrote:

> Hi, I can use darkfish (1.1.5) with rdoc (2.4.2) but get an error if =20=

> I try to
> use it with latst version of rdoc (2.4.3):
>
> $ rdoc --help
> /usr/bin/rdoc:19:in `load': Is a directory -
> /usr/lib/ruby/gems/1.9.1/gems/darkfish-rdoc-1.1.5/lib/rdoc =20
> (Errno::EISDIR)
> from /usr/bin/rdoc:19:in `<main>'

RDoc 2.4.3 ships with the latest Darkfish.

This is a bug in ruby 1.9 that has been fixed in trunk.=

Iñaki Baz Castillo

4/6/2009 7:58:00 AM

0

2009/4/6 Eric Hodel <drbrain@segment7.net>:
> On Apr 4, 2009, at 04:28, I=C3=B1aki Baz Castillo wrote:
>
>> Hi, I can use darkfish (1.1.5) with rdoc (2.4.2) but get an error if I t=
ry
>> to
>> use it with latst version of rdoc (2.4.3):
>>
>> $ rdoc --help
>> /usr/bin/rdoc:19:in `load': Is a directory -
>> /usr/lib/ruby/gems/1.9.1/gems/darkfish-rdoc-1.1.5/lib/rdoc (Errno::EISDI=
R)
>> =C2=A0 =C2=A0 =C2=A0 from /usr/bin/rdoc:19:in `<main>'
>
> RDoc 2.4.3 ships with the latest Darkfish.
>
> This is a bug in ruby 1.9 that has been fixed in trunk.

Thanks. When you mean the trunk version I assume that is not the
version for download in:
http://www.ruby-lang.org/en/news/2009/01/30/ruby-1-9-1...

Any idea of when a new 1.9.X release will take place?

Thanks a lot.

--=20
I=C3=B1aki Baz Castillo
<ibc@aliax.net>