[#3726] Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...>

Hi --

15 messages 2004/11/12
[#3749] Re: Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...> 2004/11/16

Hi --

[#3751] Re: Fixnum#clone and Float#clone raise different exceptions — Yukihiro Matsumoto <matz@...> 2004/11/16

Hi,

[#3752] Re: Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...> 2004/11/16

Hi --

[#3785] The latest 1.8.2 cvs prints parse error when starting extension compiling — Yukihiro Matsumoto <matz@...>

Hi,

13 messages 2004/11/23
[#3787] Re: The latest 1.8.2 cvs prints parse error when starting extension compiling — Johan Holmberg <holmberg@...> 2004/11/23

[ ruby-Bugs-1083 ] RDoc and requires

From: noreply@...
Date: 2004-11-22 12:51:40 UTC
List: ruby-core #3782
Bugs item #1083, was opened at 2004-11-22 14:51
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=1083&group_id=426

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Kirill A. Shutemov (kas)
Assigned to: Nobody (None)
Summary: RDoc and requires

Initial Comment:
I have code like this:

s = "test"
require s

When I try rdoc it and output to xml I get something like this:

<?xml version="1.0" encoding="utf-8"?>
<rdoc>
<file-list>
  <file name="test.rb" id="test.rb">
    <file-info>
      <path>test.rb</path>
      <dtm-modified>Mon Nov 22 14:32:12 EET 2004</dtm-modified>
    </file-info>

    <contents>
      <required-file-list>
         <required-file name="s"
         />
      </required-file-list>
     </contents>

  </file>
</file-list>
<class-module-list>
</class-module-list>
</rdoc>

It's very stange because file with name 's' doesn't required. I propose do not add to required-file-list something unless string constants. My patch in attachment.

----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=1083&group_id=426

In This Thread

Prev Next