summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-07-31 01:11:34 +0200
committerAraq <rumpf_a@web.de>2011-07-31 01:11:34 +0200
commit00da785f5dce911321f63230b7f87a7d143d2133 (patch)
tree5230cfc893dfd16b24ba33c093544f5806d270f0 /todo.txt
parent05cffb9370d05e810f30925a0b925f71ba6c2422 (diff)
downloadNim-00da785f5dce911321f63230b7f87a7d143d2133.tar.gz
void type for generics
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 23ecc52c5..828add659 100755
--- a/todo.txt
+++ b/todo.txt
@@ -6,7 +6,12 @@ Version 0.8.14
   * add ``modGet`` for generics
   * documentation
   * provide ``mod`` as an alternative syntax for ``var``
-- document Nimrod's two phase symbol lookup for generics
+- document:
+  * Nimrod's two phase symbol lookup in generics
+  * type constraints for generics
+  * void type
+  * ``is`` operator for type equivalence
+  
 - optional indentation for 'case' statement
 - make threadvar efficient again on linux after testing
 - test the sort implementation again
ref='/ahoang/Nim/commit/rod/condsyms.nim?h=devel&id=e254741541b0389dfb0b675116c76a6a144b90b7'>e25474154 ^
804e2ac89 ^
e25474154 ^


804e2ac89 ^

f93ca8e42 ^
e25474154 ^
f93ca8e42 ^
e25474154 ^
f93ca8e42 ^
e25474154 ^

804e2ac89 ^

e25474154 ^






3b7ef2288 ^


e25474154 ^



f93ca8e42 ^
e25474154 ^























f93ca8e42 ^
3b7ef2288 ^
e25474154 ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102