[Rubycocoa-devel 942] Re: Fix for RDoc Generator

Zurück zum Archiv-Index

Laurent Sansonetti lsans****@apple*****
Mon Jun 4 11:05:50 JST 2007


Hi Justin,

On Jun 3, 2007, at 11:38 AM, Justin Palmer wrote:

> The bridge-doc generation fails with the latest stable version of
> Hpricot because
> it's attempting to treat every node as an Hpricot::Elem node, the fix
> is to change line 13
> of tool/gen_bridge_doc/lib/lib/hpricot_proxy.rb to:
>
>       @elements = (doc/"//body/*").select{ |e| e.is_a? 
> (Hpricot::Elem) }

Haha, we finally found the root of this problem.

I'm pretty sure Eloy will want to pay you a beer :-)

> This raises another question, I couldn't find the documentation for
> the ActiveRecord bits and the
> additions that RubyCocoa adds (require_framework, et al).  Shouldn't
> we be generating documentation
> for these additions (assuming I'm not overlooking it)?

There is no RDoc documentation for RubyCocoa itself, yet, but we will  
work on this for 1.0.

I just wrote in the plane a small (and not exhaustive) TODO list for  
1.0:

- rubycocoa command line tool
   - merge standalonify, newcocoa and rb_nibtool
   - better standalonify (current one doesn't recognize all  
dependencies)
   - better rb_nibtool (current one interprets the source file)
- document the bridge (RDoc)
- better RDoc documentation template for generated RDocs
- important bugs:
   - add support for passed-by-reference arguments in overwritten  
methods
   - the threading bug (review and apply Jonathan's patches)

Do you see anything else guys?

Laurent




More information about the Rubycocoa-devel mailing list
Zurück zum Archiv-Index