summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-04-26 11:14:45 +0200
committerAraq <rumpf_a@web.de>2015-04-26 22:44:05 +0200
commit22b5f4df545fd1f096a4f30aaec5b827e9e6b422 (patch)
treeeb5132e0408c1b3bb4542f380aaf5b973bf4a195 /todo.txt
parent1cb14f888a4534d8e71f1fb9a64ba172558e138e (diff)
downloadNim-22b5f4df545fd1f096a4f30aaec5b827e9e6b422.tar.gz
fixes #2603
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/todo.txt b/todo.txt
index 12e82331f..1f6932c94 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,10 +1,6 @@
 version 0.10.4
 ==============
 
-- make 'nil' work for 'add':
-  - resizeString
-  - incrSeq
-  - addChar
 
 
 version 0.10.6 (RC1?)
@@ -15,6 +11,10 @@ version 0.10.6 (RC1?)
 - finish 'parallel' or mark as experimental
 - Deprecate ``immediate`` for templates and macros
 - special case varargs[untyped] and varargs[typed]
+- make 'nil' work for 'add':
+  - resizeString
+  - incrSeq
+  - addChar
 
 
 version 1.0
estament/htmlgen.nim?h=devel&id=18508cdcc3311c606250b2c1eee120a551baf4cd'>^
e40bf9036 ^
765116d54 ^
3172ca547 ^
a5f1abc5c ^




8e435d7b0 ^

a5f1abc5c ^
765116d54 ^


e40bf9036 ^

e40bf9036 ^




8f4befe36 ^
e40bf9036 ^



8f4befe36 ^
e40bf9036 ^








765116d54 ^
e40bf9036 ^
bf22b44b1 ^
e40bf9036 ^







a5f1abc5c ^

46aacf917 ^
a5f1abc5c ^


765116d54 ^
a5f1abc5c ^






fa02ffaeb ^
765116d54 ^
a5f1abc5c ^
8f4befe36 ^

765116d54 ^











a5f1abc5c ^
765116d54 ^
e40bf9036 ^
765116d54 ^




e40bf9036 ^
765116d54 ^






a5f1abc5c ^
765116d54 ^






e40bf9036 ^
765116d54 ^

383fbca27 ^
a5f1abc5c ^
765116d54 ^
e931f3b5a ^
765116d54 ^
c648a5774 ^
e40bf9036 ^


765116d54 ^
e40bf9036 ^
765116d54 ^
e40bf9036 ^
a5f1abc5c ^
d29aa4c5a ^
765116d54 ^












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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149