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/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-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.