summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 0 insertions, 16 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index 05684eb619..0000000000
--- a/TODO
+++ /dev/null
@@ -1,16 +0,0 @@
-Ideas and things to be done, in random order
-============================================
-
-* Private members that are specialized should be name-mangled. The are
- now turned to 'protected'. Probably 'expandName' is enough (keep the old
- symbols).
-
-* specialize methods only when representation changes (basically when
- value parameters have naked type parameters or arrays of naked type
- params).
-
-* handle specialized type members (whatever that may mean)
-
-* Could we have better runtime types for specialized instances?
-
-* Could we have user provided specializations?