summary refs log tree commit diff stats
path: root/compiler/writetracking.nim
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2018-07-16 04:34:44 -0700
committerAndreas Rumpf <rumpf_a@web.de>2018-07-16 13:34:44 +0200
commitd07489abf4a04273adfb0cf36860c64d1831221a (patch)
tree52bfc04e9ef864117b3dc57ce770264d5ed9b9a1 /compiler/writetracking.nim
parentb625e6115cb3194790bde725fa12ce42a4f9e81a (diff)
downloadNim-d07489abf4a04273adfb0cf36860c64d1831221a.tar.gz
fix #7405 and #8195 (#8198)
* fix #7405 and #8195

* control pushInfoContext in semExprNoType,genStmts via a new hintExtendedContext; make NotesVerbosity computation more DRY

* addressed comments
Diffstat (limited to 'compiler/writetracking.nim')
0 files changed, 0 insertions, 0 deletions
n class='oid'>65372679 ^
a80c9c6a ^
65372679 ^


a80c9c6a ^
65372679 ^


fad4fb18 ^


04cbc981 ^
fad4fb18 ^

65372679 ^


04cbc981 ^
65372679 ^

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