summary refs log tree commit diff stats
path: root/compiler/trees.nim
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2020-07-10 16:44:12 +0200
committerGitHub <noreply@github.com>2020-07-10 16:44:12 +0200
commit371b416ac818412909243d10a66c20db3eaa23f3 (patch)
treea26eb969cd0c821a761f64ec336b988770ff6aba /compiler/trees.nim
parent04232d92cd401bf301a9e4cac582273356c86cfa (diff)
downloadNim-371b416ac818412909243d10a66c20db3eaa23f3.tar.gz
fix #14912, make `--useVersion:1.0` work again (#14945)
* fix #14912, make `--useVersion:1.0` work again
* a better fix
* add test
Diffstat (limited to 'compiler/trees.nim')
0 files changed, 0 insertions, 0 deletions
88bfe30b63'>9364369c1 ^
e2af48643 ^
















9364369c1 ^
e2af48643 ^



































e6a4213fa ^
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