Welcome to mirror list, hosted at ThFree Co, Russian Federation.

compiler-spec-issues.txt « docs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c821843087a758aadc2018dc6668ef67aa0ef3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This document is to track limitations on the C# compiler spec, we
should have started this in 2001, but it is never too late.

* IntPtr and UIntPtr conversions

	The conversions to and from IntPtr and UIntPtr to other types
	and to enumerations was originally planned to be based on
	operator overloads, but it was eventually baked into the
	compiler due to historical accidents (See Luke's pasted reply
	in bug #XXXXXX)

	Currently MCS implements this based on observations made in
	real-life code.