summary refs log tree commit diff stats
path: root/tests/misc/tprep.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2024-01-13 21:09:34 +0800
committerGitHub <noreply@github.com>2024-01-13 14:09:34 +0100
commitab4278d2179639f19967431a7aa1be858046f7a7 (patch)
tree49271826ce4eea52eb707f3fb27b12f08def0f2a /tests/misc/tprep.nim
parent8484abc2e498bd9738097c06362d442c615a8264 (diff)
downloadNim-ab4278d2179639f19967431a7aa1be858046f7a7.tar.gz
fixes #23180; fixes #19805; prohibits invalid tuple unpacking code in for loop (#23185)
fixes #23180
fixes #19805
Diffstat (limited to 'tests/misc/tprep.nim')
0 files changed, 0 insertions, 0 deletions
k K. Agaram <vc@akkartik.com> 2022-09-03 14:13:22 -0700 editing source code from within the app' href='/akkartik/lines.love/commit/source_undo.lua?id=e1c5a42f311fdafd88506726bbe480f3fcc2d1a3'>e1c5a42 ^
0fcbe31 ^
e1c5a42 ^











007b965 ^
e1c5a42 ^


007b965 ^
e1c5a42 ^




e1c5a42 ^















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