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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

--withTools still broken #126

Open
lewisl opened this issue Jan 6, 2022 · 3 comments
Open

--withTools still broken #126

lewisl opened this issue Jan 6, 2022 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@lewisl
Copy link

lewisl commented Jan 6, 2022

on MacOS

Nim-lang-code inim --withTools
馃憫 INim 0.6.1
Nim Compiler Version 1.6.2 [MacOSX: arm64] at /opt/homebrew/bin/nim
nim> pwd()
Error: cannot open file: src/inimpkg/commands
nim> ls()
Error: cannot open file: src/inimpkg/commands
nim> import strutils
/private/var/folders/9m/q4m1bq1972z9gqw3d7s9rqfh0000gn/T/inim_1641504083.nim(6, 22) Error: cannot open file: src/inimpkg/commands
@lewisl
Copy link
Author

lewisl commented Jan 6, 2022

I tried changing my ini for inim as follows, but with no love. Still fails.

Weird that the code tries to include the source directory. That can only work at compile time.

Is there something to do during install time with nimble?

[History]
persistent=True
[Style]
prompt="nim> "
showTypes=True
showColor=True
[Features]
withTools=True

@lewisl
Copy link
Author

lewisl commented Jan 6, 2022

Seems like the include in inim.nim doesn't work...

Must be something simple since it was reported a long time ago and "fixed" with a PR.

@0atman
Copy link
Collaborator

0atman commented Mar 30, 2022

confirmed

@0atman 0atman added the help wanted Extra attention is needed label Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants