Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
timotheecour opened this issue Jul 12, 2018 · 1 comment
Open
Projects

Comments

@timotheecour
Copy link
Contributor

timotheecour commented Jul 12, 2018

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.

@0atman 0atman added this to Needs triage in Bug Triage Apr 8, 2020
@al6x
Copy link

al6x commented Sep 28, 2021

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Bug Triage
  
Needs triage
Development

No branches or pull requests

2 participants