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

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Grunwald <daniel@danielgrunwald.de>2010-08-06 01:52:51 +0400
committerDaniel Grunwald <daniel@danielgrunwald.de>2010-08-06 01:52:51 +0400
commit96edce867ce4af5f6f67008d1a5c07bba2bc793f (patch)
treeac1d88ea745a6c406ba2404c780345372d0fdfdc /doc
parent5e329ed3436a57ddc67facfce1a105d6d4481cac (diff)
Add ConstructedType.
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
new file mode 100644
index 00000000..62bea860
--- /dev/null
+++ b/doc/TODO
@@ -0,0 +1,13 @@
+TypeSystem API:
+* ITypeReference extends IFreezable?
+ either:
+ - make sure all ITypeReference implementations correctly freeze their contained types
+ or:
+ - remove IFreezable from type references
+
+* For clarity: move all ITypeReference members except for Resolve() to IType?
+
+* Decide on the fate of ISupportsInterning
+
+* Try to build SharedTypes for void, int, etc.
+ Take care of equality with the real System.Void, System.Int32 etc.