summary refs log tree commit diff stats
path: root/tests/misc/tinvalidarrayaccess.nim
Commit message (Collapse)AuthorAgeFilesLines
* revive #10228 (fix #9880) (#10610)Timothee Cour2019-02-131-3/+3
| | | | | | * Make index out of bounds more useful by including the 'bounds'. * fixes #9880 index out of bounds (remaining cases); revives #10228 * change err msg to: `index 3 not in 0 .. 1`
* gc: destructors is beginning to work (#10483)Andreas Rumpf2019-01-291-1/+1
| | | | | | | | | | | | | | | | * kochdocs.nim: code cleanup * docgen: nicer indentation * parser.nim: code cleanup * fixes #10458 * make tests green again * make =destroy mixins * gc:destructors: produced C code is almost working * --gc:destructors simple program compiles (but leaks memory) * gc:destructors make examples compile in C++ mode * destructors: string implementation bugfixes * strs.nim: minor code cleanup * destructors: builtin seqs are beginning to work * remove debugging helpers
* refs #9880 show index and bound in lots of `index out of bounds` errorsTimothee Cour2018-12-091-9/+16
|
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-0/+14
Add some documentations and code examples in system
iv class='alt'>
8233dc8 ^
b55bd70 ^
afa8b3b ^

b55bd70 ^
95e8d12 ^
1bf0c4a ^
a73a882 ^
b38905b ^
a73a882 ^
292ccc4 ^
f1fe19b ^
afa8b3b ^
f1fe19b ^




292ccc4 ^
ce04a66 ^
19da197 ^


19da197 ^


ce04a66 ^








a73a882 ^



d6a6eca ^
f1fe19b ^
e21d93b ^
f1fe19b ^

a73a882 ^
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