summary refs log tree commit diff stats
path: root/tests/init
Commit message (Collapse)AuthorAgeFilesLines
* fixes addr/hiddenAddr in strictdefs (#23477)ringabout2024-04-102-0/+23
|
* fixes `result` requires explicit initialization on noReturn code (#22717)ringabout2023-09-181-0/+27
| | | | | | fixes #21615; fixes #16735 It also partially fixes | #22673, though It still gives 'baseless' warnings.
* fixes branches interacting with break, raise etc. in strictdefs (#22627)ringabout2023-09-042-0/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ```nim {.experimental: "strictdefs".} type Test = object id: int proc test(): Test = if true: return Test() else: return echo test() ``` I will tackle https://github.com/nim-lang/Nim/issues/16735 and #21615 in the following PR. The old code just premises that in branches ended with returns, raise statements etc. , all variables including the result variable are initialized for that branch. It's true for noreturn statements. But it is false for the result variable in a branch tailing with a return statement, in which the result variable is not initialized. The solution is not perfect for usages below branch statements with the result variable uninitialized, but it should suffice for now, which gives a proper warning. It also fixes ```nim {.experimental: "strictdefs".} type Test = object id: int proc foo {.noreturn.} = discard proc test9(x: bool): Test = if x: foo() else: foo() ``` which gives a warning, but shouldn't
* fixes cascades of out parameters, which produces wrong ProveInit warnings ↵ringabout2023-08-091-0/+14
| | | | (#22413)
* some test cleanups & category reorganization (#22010)metagn2023-06-062-0/+42
| | | | | | | | | | | | | | | | | * clean up some test categories * mention exact slice issue * magics into system * move trangechecks into overflow * move tmemory to system * try fix CI * try fix CI * final CI fix
* fixes #21043; fixes a named exception in the infixAs expression which ↵ringabout2022-12-121-1/+22
| | | | | | | | | | | generate an implicit uninitialized let statement (#21081) * fixes #21043; fixes a named exception in the infixAs expression which generate an implicit uninitialized let statement * Update compiler/sempass2.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de> Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* definite assignment analysis for let (#21024)ringabout2022-12-064-0/+75
| | | | | | | | | | | | | | | | | | | * draft for let daa * patch * fixes bugs * errors for global let variable reassignments * checkpoint * out param accepts let * add more tests * add documentation * merge tests
* DAA and 'out' parameters (#20506)Andreas Rumpf2022-10-063-1/+84
| | | | | | | | | | | * DAA and 'out' parameters * progress * documented strictDefs and out parameters * docs, tests and a bugfix * fixes silly regression
* close #17636 (#17643)flywind2021-04-061-2/+1
|
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-041-1/+1
| | | Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-1/+1
| | | | | | | | | | | * I don't care about observable stores * enforce explicit initializations * cleaner code for the stdlib * stdlib: use explicit initializations * make tests green * algorithm.nim: set result explicitly * remove out parameters and bring the PR into a mergable state * updated the changelog
* activated more tests, allow input in test specArne Döring2018-11-231-1/+2
|
* make run the default action of a test in testerArne Döring2018-11-231-2/+8
|
* Extend init variable tracking to tuple assignments (#8321)LemonBoy2018-07-171-0/+21
| | | Fixes #8314
* make tests green againAndreas Rumpf2018-07-051-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-4/+4
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* fixes #2316Araq2015-03-111-0/+54
|
* made some tests greenAraq2014-08-131-1/+1
|
* new tester; all tests categorizedAraq2014-01-132-0/+54
r James Booth <boothj5@gmail.com> 2014-02-16 01:32:37 +0000 Added tests for /otr log' href='/danisanti/profani-tty/commit/tests/test_cmd_otr.c?id=c6220e01a0b51405130d9976d0331c2c99bdab4c'>c6220e01 ^
a2726b6a ^
c6220e01 ^
81190251 ^
c6220e01 ^
38652efb ^
c6220e01 ^
c6220e01 ^

a2726b6a ^

c6220e01 ^
a2726b6a ^
c6220e01 ^

419f37fe ^
c6220e01 ^

38652efb ^
a2726b6a ^
c6220e01 ^


e5ac12af ^
c6220e01 ^

a2726b6a ^

c6220e01 ^
a2726b6a ^
c6220e01 ^

419f37fe ^
c6220e01 ^
1038b97a ^
c6220e01 ^
38652efb ^
c6220e01 ^
c6220e01 ^

a2726b6a ^

c6220e01 ^
a2726b6a ^
c6220e01 ^

419f37fe ^
c6220e01 ^

38652efb ^
a2726b6a ^
c6220e01 ^


e5ac12af ^
c6220e01 ^

a2726b6a ^

c6220e01 ^
a2726b6a ^
c6220e01 ^

419f37fe ^
c6220e01 ^

38652efb ^
a2726b6a ^
c6220e01 ^


e5ac12af ^
c6220e01 ^

a2726b6a ^

c6220e01 ^
a2726b6a ^
c6220e01 ^

419f37fe ^
c6220e01 ^
1038b97a ^
c6220e01 ^
38652efb ^
c6220e01 ^
c6220e01 ^

a2726b6a ^

60e03094 ^
a2726b6a ^


60e03094 ^
419f37fe ^

60e03094 ^

419f37fe ^
38652efb ^
60e03094 ^


60e03094 ^
e048b319 ^
a2726b6a ^

e048b319 ^
a2726b6a ^
e048b319 ^
3bb1f124 ^
419f37fe ^
e048b319 ^

38652efb ^
e048b319 ^
e048b319 ^
4eac5c0d ^
a2726b6a ^

d1d80fc2 ^
a2726b6a ^
d1d80fc2 ^
3bb1f124 ^
419f37fe ^
880d5c62 ^
d1d80fc2 ^
a2726b6a ^
38652efb ^
d1d80fc2 ^
d1d80fc2 ^

a2726b6a ^

d1d80fc2 ^
38652efb ^
d1d80fc2 ^

a2726b6a ^

d1d80fc2 ^
38652efb ^
d1d80fc2 ^

a2726b6a ^

d1d80fc2 ^
38652efb ^
d1d80fc2 ^

a2726b6a ^

4eac5c0d ^
a2726b6a ^
302d0dd5 ^

07cc19ce ^
4eac5c0d ^
3bb1f124 ^
88f423af ^
419f37fe ^



4eac5c0d ^
419f37fe ^
4eac5c0d ^
38652efb ^
4eac5c0d ^
4eac5c0d ^
6e58d954 ^
a2726b6a ^

6e58d954 ^
38652efb ^
6e58d954 ^

a2726b6a ^

6e58d954 ^
38652efb ^
6e58d954 ^

a2726b6a ^

6e58d954 ^
38652efb ^
6e58d954 ^

a2726b6a ^

18e0884f ^
a2726b6a ^
18e0884f ^
3bb1f124 ^
419f37fe ^

333403d2 ^
18e0884f ^
38652efb ^
18e0884f ^
18e0884f ^

a2726b6a ^

82ad0cd3 ^
a2726b6a ^


82ad0cd3 ^

3bb1f124 ^
419f37fe ^


333403d2 ^
82ad0cd3 ^
38652efb ^
82ad0cd3 ^


82ad0cd3 ^

a25714b6 ^

4afec6ab ^
a2726b6a ^
2215a379 ^

b267b065 ^
05dde4ba ^
06ef6842 ^
4afec6ab ^
3bb1f124 ^
419f37fe ^
769e71b1 ^
4afec6ab ^
38652efb ^
4afec6ab ^
81190251 ^
4afec6ab ^

a2726b6a ^

a25714b6 ^



a2726b6a ^

a25714b6 ^



a2726b6a ^

a25714b6 ^



a2726b6a ^

b4b46399 ^
a2726b6a ^
e00a03f9 ^
2215a379 ^

b267b065 ^
05dde4ba ^
06ef6842 ^
e00a03f9 ^


b4722632 ^

b4b46399 ^
3bb1f124 ^
fb0e0659 ^
333403d2 ^
b4b46399 ^
38652efb ^
b4b46399 ^
81190251 ^
b4b46399 ^

a2726b6a ^

037ca818 ^
a2726b6a ^



037ca818 ^

e00a03f9 ^
2215a379 ^

b267b065 ^
05dde4ba ^
06ef6842 ^
e00a03f9 ^



b4722632 ^

6097a5ba ^
3bb1f124 ^
419f37fe ^
e00a03f9 ^
419f37fe ^

333403d2 ^
037ca818 ^
38652efb ^
037ca818 ^


037ca818 ^

1f78d5b5 ^


a2726b6a ^
2215a379 ^

b267b065 ^
05dde4ba ^
06ef6842 ^
1f78d5b5 ^
3bb1f124 ^
419f37fe ^
769e71b1 ^
1f78d5b5 ^
38652efb ^
1f78d5b5 ^
1f78d5b5 ^

a2726b6a ^

1f78d5b5 ^



a2726b6a ^

1f78d5b5 ^



a2726b6a ^

1f78d5b5 ^



a2726b6a ^

d25245a2 ^
a2726b6a ^

d25245a2 ^
3bb1f124 ^
fb0e0659 ^
e00a03f9 ^

b267b065 ^
05dde4ba ^
06ef6842 ^
e00a03f9 ^



b4722632 ^

419f37fe ^
333403d2 ^
d25245a2 ^
38652efb ^
d25245a2 ^
d25245a2 ^

a2726b6a ^

da058359 ^
a2726b6a ^

da058359 ^
3bb1f124 ^
419f37fe ^

e00a03f9 ^

b267b065 ^
05dde4ba ^
06ef6842 ^
e00a03f9 ^



b4722632 ^

fb0e0659 ^
333403d2 ^
da058359 ^
38652efb ^
da058359 ^
da058359 ^

c0037608 ^
a2726b6a ^
c0037608 ^
a2726b6a ^


e00a03f9 ^
2215a379 ^

ca3afa7e ^
70db2a4b ^
06ef6842 ^
e00a03f9 ^



b4722632 ^

6097a5ba ^
3bb1f124 ^
419f37fe ^

c0037608 ^
e45afd5c ^

c0037608 ^
38652efb ^
c0037608 ^
c0037608 ^

62953362 ^
a2726b6a ^

62953362 ^
a2726b6a ^
62953362 ^


38652efb ^
62953362 ^
62953362 ^

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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493