Bugs: Browse | Submit New | Admin

[#8661] cannot use in conjuction with generator

Date:
2007-02-14 17:46
Priority:
3
Submitted By:
Nobody
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
cannot use in conjuction with generator

Detailed description
There's a name conflict between Ruby Standard Library's Generator class and RubyCLR's Generator class.

E.g.

<code>
require 'generator'
require 'rubyclr'
g = Generator.new { |r| r.yield 1 }
g.next
</code>

or

<code>
require 'rubyclr'
require 'generator'
System::Collections::ArrayList.new
</code>

both fail becaus of the problem.

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item