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

Warning when installing with nimble #7

Open
sgmihai opened this issue May 2, 2023 · 0 comments
Open

Warning when installing with nimble #7

sgmihai opened this issue May 2, 2023 · 0 comments

Comments

@sgmihai
Copy link

sgmihai commented May 2, 2023

nimble install bitvector
Downloading https://github.com/MarcAzar/BitVector using git
Warning: Package 'BitVector' has an incorrect structure. The top level of the package source directory should contain at most one module, named 'BitVector.nim', but a file named 'bloom.nim' was found. This will be an error in the future.
Hint: If this is the primary source file in the package, rename it to 'BitVector.nim'. If it's a source file required by the main module, or if it is one of several modules exposed by 'BitVector', then move it into a 'BitVector/' subdirectory. If it's a test file or otherwise not required to build the the package 'BitVector.nim', prevent its installation by adding skipFiles = @["bloom.nim"] to the .nimble file. See https://github.com/nim-lang/nimble#libraries for more info.

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

1 participant