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

recursive module dependency #463

Open
HJarausch opened this issue Jan 30, 2021 · 1 comment
Open

recursive module dependency #463

HJarausch opened this issue Jan 30, 2021 · 1 comment

Comments

@HJarausch
Copy link

I am trying to compile nimxedit.nim.

I get
``
$HOME/.nimble/pkgs/nimx-0.1/nimx/context.nim(226, 30) Error: undeclared identifier: 'newComposition'
This might be caused by a recursive module dependency:

$HOME/.nimble/pkgs/nimx-0.1/nimx/composition.nim imports /home/jarausch/.nimble/pkgs/nimx-0.1/nimx/context.nim

$HOME/.nimble/pkgs/nimx-0.1/nimx/context.nim imports /home/jarausch/.nimble/pkgs/nimx-0.1/nimx/composition.nim
``

@yglukhov
Copy link
Owner

Not sure why you're getting exactly that error, but the editor is not being developed right now, and it is not in the nearest roadmap.

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