summary refs log tree commit diff stats
path: root/bin
diff options
context:
space:
mode:
authorLemonBoy <LemonBoy@users.noreply.github.com>2018-07-07 20:49:06 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-07-07 20:49:06 +0200
commit88714e77d82e65b68da79bbff1b491e56f874a08 (patch)
tree65e9c35ab1c83a13bb2a3186a5da580d05726d29 /bin
parent73f9ce022108491994540272136bb6d454419f2a (diff)
downloadNim-88714e77d82e65b68da79bbff1b491e56f874a08.tar.gz
Fix comparison of tyGenericBody in typerel (#8045)
As shown in #7734 and #7733 the logic in typerel fails to determine that
`type Foo` and `type Foo` are indeed equal.

Fixes #7734
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions
='alt'>
d68181246 ^
e25474154 ^



d68181246 ^
e25474154 ^

2df9b442c ^









e25474154 ^

d68181246 ^
e25474154 ^


d68181246 ^
e25474154 ^



d68181246 ^
e25474154 ^


d68181246 ^
e25474154 ^

d68181246 ^
e25474154 ^
d68181246 ^

e25474154 ^
d68181246 ^

e25474154 ^
d68181246 ^

e25474154 ^
d68181246 ^



e25474154 ^


d68181246 ^


e25474154 ^

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