Feature Requests: Browse | Submit New | Admin

[#25740] A progress indicatore when generating (e.g. Darkfish) would be nice....

Date:
2009-04-30 19:42
Priority:
3
Submitted By:
Hugh Sasse (hgs)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
A progress indicatore when generating (e.g. Darkfish) would be nice....

Detailed description
On the XP system here, running Rdoc lists the files, then says it is generating docs, but that then remains silent (at
least to the terminal).  It is difficult to see if it is dead or not, but waiting several minutes seems to be normal
on this machine, such that it never seems to finish.  I have always had to kill it so far <ctrl-c>.  This is with
2.4.3 under cygwin, if this should actually be regarded as a bug, but I can't be sure it is not working, so it may not
be a bug.  People have written "twirling cursor" \ | / - type progress things in Ruby in the past, maybe one
of those per file.
maybe listing <something> being generated...  even with -v it is very quiet
at this stage.  Thank you.

Add A Comment: Notepad

Please login


Followup

Message
Date: 2009-07-01 12:03
Sender: Roger Pack

is this a bug or not?
=r
Date: 2009-05-01 02:06
Sender: Hugh Sasse

Found the reason this was taking so long.  rdoc was picking
up a directory, image, and find a .obj (Alias Wavefront style
object)

$ /bin/rm -rf ./doc

Hugh@Home-PC /cygdrive/c/Users/Hugh/Programs/fsv/fsv
$ rdoc -a -d -F --op=doc .
Parsing sources with 2 thread(s)...
100% [ 1/ 1]  images/cos_image128.obj


Generating Darkfish...

Files:   1
Classes: 0
Modules: 0
Methods: 0
Elapsed: 18.6s

Hugh@Home-PC /cygdrive/c/Users/Hugh/Programs/fsv/fsv
$ lynx doc/index.html

Hugh@Home-PC /cygdrive/c/Users/Hugh/Programs/fsv/fsv
$ ls -l images/cos_image128.obj
-rwx------+ 1 Hugh None 526451 Oct  2  2008
images/cos_image128.obj

Hugh@Home-PC /cygdrive/c/Users/Hugh/Programs/fsv/fsv
$ head !$
head images/cos_image128.obj
v 0.0 0.0 1.39447524742063
v 1.0 0.0 1.39535494464799
v 2.0 0.0 1.36881833682715
v 3.0 0.0 1.31571156246789
v 4.0 0.0 1.23740288643454
v 5.0 0.0 1.13572791161693
v 6.0 0.0 1.01292601448612
v 7.0 0.0 0.871570208090602
v 8.0 0.0 0.714492691816182
v 9.0 0.0 0.544708330774095

Hugh@Home-PC /cygdrive/c/Users/Hugh/Programs/fsv/fsv
$

With multiple images, on a slower machine, this took
forever.  This might be valid perl, but with no commas
it can't be passing numbers to V.
Date: 2009-04-30 19:43
Sender: Hugh Sasse

s/indicatore/indicator/

<sigh/>

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item