[Mono-bugs] [Bug 430463] New: Evaluator: still having problems with type lookups.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Sep 28 03:06:06 EDT 2008


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


           Summary: Evaluator: still having problems with type lookups.
           Product: Mono: Compilers
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: miguel at novell.com
        ReportedBy: miguel at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


These seem to be still problems with the recent changes to FieldExpr.eclass
that is no longer set at construction time.

To reproduce:
* Start Banshee
* Run csharp --attach PID
* csharp> using Banshee.ServiceStack;
* csharp> using Banshee.Gui;
* csharp var s = ServiceManager.Get<InterfaceActionService>()

This throws an exception about the method body not having any code.

The same happens for:

typeof (InterfaceActionService)

I suspect that type lookups that fail are being propagated incorrectly;  It
could have been also the laxer `using' statement checking that I introduce last
week to work around:

using NonExistant;

Producing errors on every invocation.


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


More information about the mono-bugs mailing list