summary refs log tree commit diff stats
path: root/tests/global
diff options
context:
space:
mode:
authorSaem Ghani <saemghani+github@gmail.com>2021-02-22 03:27:23 -0800
committerGitHub <noreply@github.com>2021-02-22 12:27:23 +0100
commit2aba116bbc8c1a595e49c8a703f2b8aecd7e8eda (patch)
tree3ffe6b7f4997248524be7d0b90681bdf9a264ac1 /tests/global
parent05711d95e0481ad0c48c1a6f1704e629290c5e30 (diff)
downloadNim-2aba116bbc8c1a595e49c8a703f2b8aecd7e8eda.tar.gz
when statements branches exit early (#17143)
When statement branches exit early outside of nimvm. In nimvm it seems that all
sides of the branches must be evaluated as the code gen happens at a later
stage, this remains intact.
Diffstat (limited to 'tests/global')
0 files changed, 0 insertions, 0 deletions
href='/ahoang/Nim/commit/lib/pure/events.nim?h=devel&id=f449d2b7611b4d945eabe03ffb52b5235c544d80'>f449d2b76 ^
11b695875 ^
f449d2b76 ^
11b695875 ^

f449d2b76 ^
79dafe08e ^
f449d2b76 ^


79dafe08e ^
f449d2b76 ^


11b695875 ^


f449d2b76 ^



0e7f2ca3f ^
11b695875 ^

0e7f2ca3f ^

11b695875 ^





0e7f2ca3f ^
12d2a3751 ^
0e7f2ca3f ^
0e7f2ca3f ^


9724bd4e1 ^
0e7f2ca3f ^
9724bd4e1 ^
0e7f2ca3f ^
9724bd4e1 ^
0e7f2ca3f ^

9724bd4e1 ^
0e7f2ca3f ^


9724bd4e1 ^
d45667240 ^
9724bd4e1 ^
d45667240 ^

12d2a3751 ^
0e7f2ca3f ^


12d2a3751 ^
0e7f2ca3f ^



9724bd4e1 ^
0e7f2ca3f ^



68d7c61c2 ^
9724bd4e1 ^
0e7f2ca3f ^

9724bd4e1 ^
0e7f2ca3f ^
12d2a3751 ^

0e7f2ca3f ^
9724bd4e1 ^
0e7f2ca3f ^
12d2a3751 ^
0e7f2ca3f ^



0e7f2ca3f ^
12d2a3751 ^
0e7f2ca3f ^
68d7c61c2 ^
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