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

nimble develop broken? #1064

Closed
yglukhov opened this issue Jan 17, 2023 · 2 comments
Closed

nimble develop broken? #1064

yglukhov opened this issue Jan 17, 2023 · 2 comments

Comments

@yglukhov
Copy link
Member

After nimble develop feature was redesigned I'm struggling to understand how to make it work for me.
I'm having repo a and b. Both only exist on my machine, not committed anywhere. How do I make b see a? Previously I would cd a && nimble develop, but now it doesn't work.

@ringabout
Copy link
Member

nimble develop has changed its behaviour => https://github.com/nim-lang/nimble#nimble-develop

-g, --global - Creates an old style link file in the special links directory. It is read by Nim to be able to use global develop mode packages. Nimble uses it as a global develop file if a local one does not exist.

See also #970 #948

@yglukhov
Copy link
Member Author

I see, thanks. Apparently -g is only available in 0.14.1, while koch provides 0.14.0, probably that's why it didn't work for me.

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

No branches or pull requests

2 participants