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

import std/net to allow for local 'net' module #20

Merged
merged 1 commit into from
Sep 3, 2020

Conversation

donpdonp
Copy link
Contributor

@donpdonp donpdonp commented Sep 3, 2020

src/a.nim requires src/net.nim while src/config.nim requires redis. this worked fine until nimble test where the require redis would load redis, and the require net in redis would find the local net.nim instead of the standard net. hat tip to Yardanico on freenode #nim for suggesting the canonical name of std/net

@euantorano euantorano merged commit c02d404 into nim-lang:master Sep 3, 2020
@dom96
Copy link
Contributor

dom96 commented Sep 3, 2020

Can you elaborate here? what's src/a.nim and src/config.nim? Where is this other net module coming from?

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

Successfully merging this pull request may close these issues.

3 participants