summary refs log tree commit diff stats
path: root/tests/gc/tlists.nim
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 /tests/gc/tlists.nim
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 'tests/gc/tlists.nim')
0 files changed, 0 insertions, 0 deletions
/Nim/commit/tests/destructor/topt.nim?h=devel&id=d3db189eb42c1c44d8be1a1fc847ed8db428638f'>d3db189eb ^
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