summary refs log tree commit diff stats
path: root/tests/stdlib/tsqlparser.nim
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2018-09-14 15:29:34 +0200
committerLemonBoy <thatlemon@gmail.com>2018-09-14 15:37:51 +0200
commit839953c3e167828f93bdddd27ae88c5909c8aca9 (patch)
treedcdb7542d3420d2405f81d56297920d94424a7ec /tests/stdlib/tsqlparser.nim
parent382fe446c3926f7976de09b7a1d8ad131912c7b6 (diff)
downloadNim-839953c3e167828f93bdddd27ae88c5909c8aca9.tar.gz
Fix hashing for codegenProc (sic) types
Since the name mangling is inhibited we should take the user-supplied
name during the sighash computation.

Fixes #8964
Diffstat (limited to 'tests/stdlib/tsqlparser.nim')
0 files changed, 0 insertions, 0 deletions
3f553a07f30a37'>3ea644690 ^
dd6c5f892 ^















1cf5c280e ^
79ec95a9b ^
dd6c5f892 ^
3ea644690 ^

79aa58979 ^
dd6c5f892 ^

dd6c5f892 ^



3ad48069d ^

dd6c5f892 ^
dd6c5f892 ^


3ea644690 ^

dd6c5f892 ^
93461aee3 ^
dd6c5f892 ^




97738a4f2 ^
3ea644690 ^
dd6c5f892 ^


dd6c5f892 ^





07562d6b9 ^
dd6c5f892 ^
bab41babe ^





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