summary refs log tree commit diff stats
path: root/compiler/pathutils.nim
diff options
context:
space:
mode:
authorzah <zahary@gmail.com>2018-08-21 23:14:12 +0300
committerAndreas Rumpf <rumpf_a@web.de>2018-08-21 22:14:12 +0200
commit96de224a63f44e7e5a40004b490519f895d1068d (patch)
tree6033422293317dcb2553f08c9fd008631a496762 /compiler/pathutils.nim
parent8e435d7b0c4ec2547023c9a2d4ff60f587601ae5 (diff)
downloadNim-96de224a63f44e7e5a40004b490519f895d1068d.tar.gz
Fix #8126 (#8712)
This is a temporary fix that will be reworked in a follow up commit
that aims to eliminate the tfExplicit flag from the compiler. The
complete and proper fix was considered too risky for inclusion just
before our 0.19 release.
Diffstat (limited to 'compiler/pathutils.nim')
0 files changed, 0 insertions, 0 deletions
112'>112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187