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

bug: NIT_DIR env var creates module conflicts when compiling in /nit dir #68

Closed
Morriar opened this issue Sep 9, 2013 · 0 comments
Closed
Labels

Comments

@Morriar
Copy link
Member

Morriar commented Sep 9, 2013

With NIT_DIR env var setted to /home/ME/nit/, when I compile from /nit/bin like:

nitg something.nit

I get a compile error saying that there is a module conflict between /home/ME/nit/lib/module1.nit and ../lib/module1.nit.

assigned-to: @Morriar

privat pushed a commit that referenced this issue Sep 10, 2013
…d and compiling in /bin

Fixes issue #68:

NIT_DIR env var creates module conflicts when compiling in /nit dir

With NIT_DIR env var setted to /home/ME/nit/, when I compile from /nit/bin like:
    nitg something.nit
I get a compile error saying that there is a module conflict between /home/ME/nit/lib/module1.nit and ../lib/module1.nit.

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
@privat privat closed this as completed Nov 11, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants