INim icon indicating copy to clipboard operation
INim copied to clipboard

inim should read configs read by nim (eg nim.cfg) but doesn't

Open timotheecour opened this issue 5 years ago • 1 comments

test.nim:

import foo/util
nim c -o:app -r test.nim
#works, because I set the path in nim.cfg

inim

>>> import foo/util
Error: cannot open file: foo/util
  import foo/util
             ^

Also, it shouldn't duplicate the logic (which can change over time and be complex) but call the logic used by nim.

timotheecour avatar Jul 12 '18 19:07 timotheecour

+1

al6x avatar Sep 28 '21 21:09 al6x