summary refs log tree commit diff stats
path: root/compiler/int128.nim
diff options
context:
space:
mode:
authorSaem Ghani <saemghani+github@gmail.com>2021-03-29 03:48:00 -0700
committerGitHub <noreply@github.com>2021-03-29 12:48:00 +0200
commitc6dc9c02551e93fd4c53e48fd7fa8a0df7843267 (patch)
tree4587c341e62a5f342a6c6f7dec365e57210e3945 /compiler/int128.nim
parent8b26b3ad0d6c9458ac31170a95d956347a55627e (diff)
downloadNim-c6dc9c02551e93fd4c53e48fd7fa8a0df7843267.tar.gz
fixes #17437 - crash where error reporting > 1 (#17547)
* fixes #17437

* Fix bug reference comment

Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>

* [skip ci] describe why we have hasError

Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
Diffstat (limited to 'compiler/int128.nim')
0 files changed, 0 insertions, 0 deletions
/a> ^
2f43fdb83 ^
fc452787e ^






























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