Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=504479





--- Comment #10 from Mamoru Tasaka <mtas...@ioa.s.u-tokyo.ac.jp>  2009-10-13 
15:22:46 EDT ---
(In reply to comment #9)
> (In reply to comment #8)
> > 1b]
> > rubygem-cucumber.noarch: W: misspelled-macro
> > /usr/lib/ruby/gems/1.8/doc/cucumber-0.4.0/ri/Cucumber/Ast/Table/diff%21-i.yaml
> > %21
> > rubygem-cucumber.noarch: W: misspelled-macro
> > /usr/lib/ruby/gems/1.8/doc/cucumber-0.4.0/ri/Cucumber/Parser/Feature/Background1/matches_tags%3f-i.yaml
> > %3f
>
> Upstream.  

These are ri document files generated by rdoc (something like
doxygen-generated html files or man files)

For example, Cucumber/Ast/Table/diff%21-i.yaml corresponds to the
following command:
$ ri Cucumber::Ast::Table#diff!
Note the end "!", on the file name of ri yaml file this is escaped.
This shows the explanation of Cucumber::Ast::Table#diff! .
And Cucumber/Parser/Feature/Background1/matches_tags%3f-i.yaml corresponds
to
$ ri Cucumber::Parser::Feature::Background1#matches_tags?

Note that F-11/12/13 ri command cannot detect ri files installed
by Gems (based Fedora rpm) (not checked F-10 package)
and you may want to try new "ruby" rpm:
http://koji.fedoraproject.org/koji/buildinfo?buildID=136502
http://koji.fedoraproject.org/koji/buildinfo?buildID=136503
http://koji.fedoraproject.org/koji/buildinfo?buildID=136509

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to