When will ruby181-11.exe be fixed?

J

John W. Kennedy

Are rdoc and ri going to be made usable anytime soon?

--
John W. Kennedy
"But now is a new thing which is very old--
that the rich make themselves richer and not poorer,
which is the true Gospel, for the poor's sake."
-- Charles Williams. "Judgement at Chelmsford"
 
G

Gavin Kistner

Are rdoc and ri going to be made usable anytime soon?

What about rdoc do you not find usable currently?

I've found a few bugs while working with it this week, but overall it
seems quite usable to me.
 
J

John W. Kennedy

What about rdoc do you not find usable currently?
I've found a few bugs while working with it this week, but overall it
seems quite usable to me.

The ruby181-11.exe version (I'm assuming that there is only one, dated
January 28) ri and rdoc are completely broken. I deleted, redownloaded,
reinstalled, etc., with no better results, and reported it here and via
email to pragmaticprogramer.com back on the 30th. If I install
ruby180-10.exe, they work; if I install ruby181-11, they don't. I no
longer remember all of what goes wrong, but at a guess, there's an
installation step that isn't being finished, or even executed.

To begin with, ri and rdoc are named "ri" and "rdoc", not "ri.rb" and
"rdoc.rb", which they need to be on Windows, so they don't even execute.
But even if I rename them, they're still broken; if I remember
rightly, ri seems to be missing its database, and rdoc has data-path
problems. ri.bat thinks Ruby's installed on drive T:.

Perfectly normal XP Pro system, all current patches, either version of
Ruby installed with all default options on drive C:.

--
John W. Kennedy
"But now is a new thing which is very old--
that the rich make themselves richer and not poorer,
which is the true Gospel, for the poor's sake."
-- Charles Williams. "Judgement at Chelmsford"
 
G

gabriele renzi

To begin with, ri and rdoc are named "ri" and "rdoc", not "ri.rb" and
"rdoc.rb", which they need to be on Windows, so they don't even execute.
But even if I rename them, they're still broken; if I remember
rightly, ri seems to be missing its database, and rdoc has data-path
problems. ri.bat thinks Ruby's installed on drive T:.

yes, ri has no data. And both need to have a (ri|rdoc).bat without
reference to T: :)
my .bat is just

path\to\ruby \path\to\ri_or_rdoc

and works fine :)

plus, there is a redist of rexml in lib\site_ruby wich is outdated
(2.5.7, 2.7.3 is in lib\1.8) but I'm not sure if I may have that from
a previous installation
 
S

Stephan Kämper

John said:
The ruby181-11.exe version (I'm assuming that there is only one, dated
January 28) ri and rdoc are completely broken. I deleted, redownloaded,
reinstalled, etc., with no better results, and reported it here and via
email to pragmaticprogramer.com back on the 30th. If I install
ruby180-10.exe, they work; if I install ruby181-11, they don't. I no
longer remember all of what goes wrong, but at a guess, there's an
installation step that isn't being finished, or even executed.


I reported some issues here in c.l.r. I remember that I had the problem
that RDoc 'tried' to parse non Ruby files, too - log files, texts
whatever I happened to have in the directory I called RDoc from.
As I love the GraphViz diagrams being included I usually run RDoc with
'-d', which in the 1.8.1-11 doesn't terminate (well at least not within
my patience range).


I just made the step back to 1.8.0 with wich works for me...

Happy Rubying!

Stephan
 
R

Robert

gabriele said:
il Sat, 21 Feb 2004 09:10:46 GMT, gabriele renzi
<[email protected]> ha scritto::

also interesting:
http://rubyforge.org/pipermail/freeride-users/2004-February/000012.html

BTW, I forgot to say that probably, Andy won't ever have time to
release enough often. I believe having the build system available soon
would be much more useful
Oh, did I say 'please include latest SciTE !' ?
Actually you should just customize your ruby.properties and save it out.
Then *you* can keep the latest SciTE. :)

I do it since I use SciTE for all my scripting needs.
 
G

gabriele renzi

il Sat, 21 Feb 2004 13:30:11 -0500, Robert <[email protected]> ha
scritto::

Actually you should just customize your ruby.properties and save it out.
Then *you* can keep the latest SciTE. :)

eh, already done :)
Now, I'm wondering if we could use RDoc to build ruby.api file :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,268
Messages
2,571,096
Members
48,773
Latest member
Kaybee

Latest Threads

Top