[Mono-bugs] [Bug 425601] New: IronRuby (dlr) has implementation of System. Core which conflicts with Mono implementation

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Sep 11 13:45:58 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=425601


           Summary: IronRuby (dlr) has implementation of System.Core which
                    conflicts with Mono implementation
           Product: Mono: Compilers
           Version: SVN
          Platform: x86-64
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: cjcollier at colliertech.org
         QAContact: mono-bugs at lists.ximian.com
          Found By: Development


http://rubyforge.org/pipermail/ironruby-core/2008-September/002848.html

17:29 <@cj> marek: no, pulling System.Core.dll out of the link line didn't help
17:30 <@marek> cj: what did you do?
17:31 <@cj> marek: in ironruby's Rakefile, it explicitly lists System.Core.dll 
            in one place.  I removed the reference.
17:32 <@marek> cj: it does not help, gmcs references it automatically
17:32 <@cj> marek: I assumed that the mention in the Rakefile would be the 
            second reference (the first being implicit)
17:35 <@marek> cj: the problem is that DLR or whatever it's has it's own 
               System.Core implementation, so any System.Core will be duplicate
17:35 <@cj> ah.  I see.
17:36 <@cj> theirs probably has some pieces that aren't in Mono's, eh?
17:36 <@cj> so we'd need to be sure to only use theirs
17:36 <@cj> there's no flag to mono to tell it not to load System.Core? :)
17:38 <@marek> there is, but in System.Core case it's ignored due to some other 
               reasons


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list