2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / docs / compiler-spec-issues.txt
blob9c821843087a758aadc2018dc6668ef67aa0ef3f
1 This document is to track limitations on the C# compiler spec, we
2 should have started this in 2001, but it is never too late.
4 * IntPtr and UIntPtr conversions
6         The conversions to and from IntPtr and UIntPtr to other types
7         and to enumerations was originally planned to be based on
8         operator overloads, but it was eventually baked into the
9         compiler due to historical accidents (See Luke's pasted reply
10         in bug #XXXXXX)
12         Currently MCS implements this based on observations made in
13         real-life code.