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: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
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.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs