[Mono-bugs] [Bug 74937][Maj] Changed - custom type failure ..

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri May 20 13:43:31 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vargaz at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74937

--- shadow/74937	2005-05-16 11:43:04.000000000 -0400
+++ shadow/74937.tmp.17140	2005-05-20 13:43:31.000000000 -0400
@@ -5,18 +5,19 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: misc
-AssignedTo: lupus at ximian.com                            
+AssignedTo: vargaz at gmail.com                            
 ReportedBy: michael at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Summary: custom type failure ..
+BugsThisDependsOn: 75008
 
 So - we have a custom Type derived from 'Type' 'PolymorphicType' the code
 is here:
 http://go-oo.org/lxr/source/udk/cli_ure/source/basetypes/uno/PolymorphicType.cs
 
 Everything goes smoothly, until we create a polymorphic type:
@@ -78,6 +79,11 @@
 ------- Additional Comments From lupus at ximian.com  2005-05-16 11:43 -------
 IMO, the runtime fix is to check when type is NULL and invoke the
 TypeHandle property getter to get the MonoType.
 The runtime class libs have a helper class to implement the behavior,
 TypeDelegator, which should be used instead in user code (we don't set
 the handle there yet, though).
+
+------- Additional Comments From vargaz at gmail.com  2005-05-20 13:43 -------
+The MS runtime actually calls UnderlyingSystemType in the appropriate
+places, but we can't change our code to do this yet due to #75008.
+


More information about the mono-bugs mailing list