summary refs log tree commit diff stats
path: root/compiler/semcall.nim
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2016-09-17 01:45:02 +0200
committerSimon Ruderich <simon@ruderich.org>2016-09-17 18:32:45 +0200
commitfc0a3dceaf85fcce2ef3fcf8f6076c52deb2ff4e (patch)
treeaf1a5644c5b2326fbae83384193ea22be189d520 /compiler/semcall.nim
parentd250f06550b14dae0f474d2976f4a57837c7318a (diff)
downloadNim-fc0a3dceaf85fcce2ef3fcf8f6076c52deb2ff4e.tar.gz
os: always use pcLinkToDir as kind for links to directories
Only the OS-specific case in walkDir() handled that correctly. Adapt the
general case and handle it in getFileInfo().
Diffstat (limited to 'compiler/semcall.nim')
0 files changed, 0 insertions, 0 deletions
dw <algorithicimperative@gmail.com> 2015-06-19 01:34:34 -0500 renamed writeln to writeLine in tests' href='/ahoang/Nim/commit/tests/misc/thallo.nim?h=devel&id=69e15ac32fd92abe1d950275ab4b0d830d8b13e1'>69e15ac32 ^
a690e7b26 ^











































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
84
85