Forum: Ruby-core [ruby-trunk - Feature #7426][Assigned] Update Rdoc

Posted by mame (Yusuke Endoh) (Guest)
on 2012-11-24 02:50
(Received via mailing list)
Issue #7426 has been reported by mame (Yusuke Endoh).

----------------------------------------
Feature #7426: Update Rdoc
https://bugs.ruby-lang.org/issues/7426

Author: mame (Yusuke Endoh)
Status: Assigned
Priority: High
Assignee: drbrain (Eric Hodel)
Category:
Target version: 2.0.0


Eric Hodel is planning to update Rdoc by the end of November.
See [ruby-core:48212].

Eric, what's the status?

--
Yusuke Endoh <mame@tsg.ne.jp>
Posted by drbrain (Eric Hodel) (Guest)
on 2012-11-24 02:58
(Received via mailing list)
Issue #7426 has been updated by drbrain (Eric Hodel).


I have one more issue to evaluate before I can release. I will finish 
tonight, test RDoc against various gems tomorrow for regressions, then 
commit Sunday.
----------------------------------------
Feature #7426: Update Rdoc
https://bugs.ruby-lang.org/issues/7426#change-33727

Author: mame (Yusuke Endoh)
Status: Assigned
Priority: High
Assignee: drbrain (Eric Hodel)
Category:
Target version: 2.0.0


Eric Hodel is planning to update Rdoc by the end of November.
See [ruby-core:48212].

Eric, what's the status?

--
Yusuke Endoh <mame@tsg.ne.jp>
Posted by mame (Yusuke Endoh) (Guest)
on 2012-11-24 05:00
(Received via mailing list)
Issue #7426 has been updated by mame (Yusuke Endoh).


Thank you!

--
Yusuke Endoh <mame@tsg.ne.jp>
----------------------------------------
Feature #7426: Update Rdoc
https://bugs.ruby-lang.org/issues/7426#change-33769

Author: mame (Yusuke Endoh)
Status: Assigned
Priority: High
Assignee: drbrain (Eric Hodel)
Category:
Target version: 2.0.0


Eric Hodel is planning to update Rdoc by the end of November.
See [ruby-core:48212].

Eric, what's the status?

--
Yusuke Endoh <mame@tsg.ne.jp>
Posted by drbrain (Eric Hodel) (Guest)
on 2012-11-27 05:34
(Received via mailing list)
Issue #7426 has been updated by drbrain (Eric Hodel).

% Done changed from 0 to 90

I have updated RDoc to 4.0.

You may need to delete .ext/rdoc as the format of the ri data has 
changed.  While I did my best to support backwards compatibility I may 
not (yet) have fixed every problem.  Please try this before reporting 
further bugs if documentation generation fails.

I will continue to monitor documentation generation for bugs.
----------------------------------------
Feature #7426: Update Rdoc
https://bugs.ruby-lang.org/issues/7426#change-34008

Author: mame (Yusuke Endoh)
Status: Assigned
Priority: High
Assignee: drbrain (Eric Hodel)
Category:
Target version: 2.0.0


Eric Hodel is planning to update Rdoc by the end of November.
See [ruby-core:48212].

Eric, what's the status?

--
Yusuke Endoh <mame@tsg.ne.jp>
Posted by SASADA Koichi (Guest)
on 2012-11-27 06:57
(Received via mailing list)
(2012/11/27 13:33), drbrain (Eric Hodel) wrote:
> You may need to delete .ext/rdoc as the format of the ri data has changed. 
While I did my best to support backwards compatibility I may not (yet) have fixed 
every problem.  Please try this before reporting further bugs if documentation 
generation fails.
>
> I will continue to monitor documentation generation for bugs.

I can't build ruby because of rdoc failure on mswin32.

...
Posted by Luis Lavena (luislavena)
on 2012-11-27 07:09
(Received via mailing list)
On Tue, Nov 27, 2012 at 12:57 AM, SASADA Koichi <ko1@atdot.net> wrote:
> (2012/11/27 13:33), drbrain (Eric Hodel) wrote:
>> You may need to delete .ext/rdoc as the format of the ri data has changed. 
While I did my best to support backwards compatibility I may not (yet) have fixed 
every problem.  Please try this before reporting further bugs if documentation 
generation fails.
>>
>> I will continue to monitor documentation generation for bugs.
>
> I can't build ruby because of rdoc failure on mswin32.
>

I have a high number of failures on Windows (mingw32) when running
rdoc tests directly from github repository:

https://gist.github.com/4152653

Is 1am here, was going to bed now, I can't check and fix those now, 
sorry :-(
Posted by Eric Hodel (Guest)
on 2012-11-27 07:17
(Received via mailing list)
On Nov 26, 2012, at 10:09 PM, Luis Lavena <luislavena@gmail.com> wrote:
> On Tue, Nov 27, 2012 at 12:57 AM, SASADA Koichi <ko1@atdot.net> wrote:
>> (2012/11/27 13:33), drbrain (Eric Hodel) wrote:
>>> You may need to delete .ext/rdoc as the format of the ri data has changed. 
While I did my best to support backwards compatibility I may not (yet) have fixed 
every problem.  Please try this before reporting further bugs if documentation 
generation fails.
>>>
>>> I will continue to monitor documentation generation for bugs.
>>
>> I can't build ruby because of rdoc failure on mswin32.

I have added --debug to the make rule to help find such bugs.


> I have a high number of failures on Windows (mingw32) when running
> rdoc tests directly from github repository:
>
> https://gist.github.com/4152653
>
> Is 1am here, was going to bed now, I can't check and fix those now, sorry :-(

Thanks! I think I can fix most of these even without windows!
Posted by Eric Hodel (Guest)
on 2012-11-27 08:22
(Received via mailing list)
On Nov 26, 2012, at 10:17 PM, Eric Hodel <drbrain@segment7.net> wrote:
>>
>> Is 1am here, was going to bed now, I can't check and fix those now, sorry :-(
>
> Thanks! I think I can fix most of these even without windows!

Ok, I have fixed all of these except the RDoc::RI::Paths failures.  I 
see why it is happening, so I should be able to fix it shortly.
Posted by Eric Hodel (Guest)
on 2012-11-27 10:15
(Received via mailing list)
On Nov 26, 2012, at 11:21 PM, Eric Hodel <drbrain@segment7.net> wrote:
>>> https://gist.github.com/4152653
>>>
>>> Is 1am here, was going to bed now, I can't check and fix those now, sorry :-(
>>
>> Thanks! I think I can fix most of these even without windows!
>
> Ok, I have fixed all of these except the RDoc::RI::Paths failures.  I see why it 
is happening, so I should be able to fix it shortly.

Thanks to Luis and Koichi's help I have fixed the errors and have fixed 
building documentation outside $(srcdir)
Posted by drbrain (Eric Hodel) (Guest)
on 2012-11-30 22:39
(Received via mailing list)
Issue #7426 has been updated by drbrain (Eric Hodel).

Category set to lib
Status changed from Assigned to Closed


----------------------------------------
Feature #7426: Update Rdoc
https://bugs.ruby-lang.org/issues/7426#change-34243

Author: mame (Yusuke Endoh)
Status: Closed
Priority: High
Assignee: drbrain (Eric Hodel)
Category: lib
Target version: 2.0.0


Eric Hodel is planning to update Rdoc by the end of November.
See [ruby-core:48212].

Eric, what's the status?

--
Yusuke Endoh <mame@tsg.ne.jp>
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.